We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296895 commit 1e4fa78Copy full SHA for 1e4fa78
1 file changed
.ci/skills-gen.cloudbuild.yaml
@@ -70,8 +70,8 @@ steps:
70
fi
71
72
echo "Changes detected. Preparing to commit..."
73
- git config --global user.email "cloudbuild@google.com"
74
- git config --global user.name "Cloud Build Bot"
+ git config user.name "release-please[bot]"
+ git config user.email "55107282+release-please[bot]@users.noreply.github.com"
75
76
# We can now just push natively using the SSH URL!
77
git remote set-url origin git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
0 commit comments