diff --git a/manifest.yaml b/manifest.yaml index daed16b..f027ce7 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -818,7 +818,7 @@ agent_runner_runtime: sha256: a1257f248ca4a5bf6b2420759914d71f3b2f18e095dda5d3d5c9a8ebcbedbc70 mode: "0644" - path: runner-manifests/runtime/entrypoint.sh - sha256: 2b4812c81ce59dfee1e9c21384d44a1f86ef76cba03e0ebbef42d2c93df1075e + sha256: 9b4cd6bae0b96882dba078d733775a8daeb78d2e8e92990a28ccf5e9397eb185 mode: "0755" - path: runner-manifests/runtime/mcp/claude-mcp-servers.cluster.json sha256: 1305c23725509a907e6decf63756c9a8391520d3d5a9d2dae981f4bf938855dd diff --git a/runner-manifests/runtime/entrypoint.sh b/runner-manifests/runtime/entrypoint.sh index afae65e..2341921 100755 --- a/runner-manifests/runtime/entrypoint.sh +++ b/runner-manifests/runtime/entrypoint.sh @@ -316,8 +316,8 @@ esac check_agent_kit_manifests if command -v git >/dev/null 2>&1; then - git config --global user.name "${GIT_AUTHOR_NAME:-agent-runner}" - git config --global user.email "${GIT_AUTHOR_EMAIL:-agent-runner}" + git config --global user.name "${GIT_AUTHOR_NAME:-JorisJonkers Agent}" + git config --global user.email "${GIT_AUTHOR_EMAIL:-agents@jorisjonkers.dev}" git config --global init.defaultBranch "${GIT_DEFAULT_BRANCH:-main}" git config --global credential.helper agent-gh-app git config --global credential.useHttpPath true diff --git a/templates/runner-runtime/entrypoint.sh b/templates/runner-runtime/entrypoint.sh index afae65e..2341921 100755 --- a/templates/runner-runtime/entrypoint.sh +++ b/templates/runner-runtime/entrypoint.sh @@ -316,8 +316,8 @@ esac check_agent_kit_manifests if command -v git >/dev/null 2>&1; then - git config --global user.name "${GIT_AUTHOR_NAME:-agent-runner}" - git config --global user.email "${GIT_AUTHOR_EMAIL:-agent-runner}" + git config --global user.name "${GIT_AUTHOR_NAME:-JorisJonkers Agent}" + git config --global user.email "${GIT_AUTHOR_EMAIL:-agents@jorisjonkers.dev}" git config --global init.defaultBranch "${GIT_DEFAULT_BRANCH:-main}" git config --global credential.helper agent-gh-app git config --global credential.useHttpPath true