We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f553384 commit 4aaddc5Copy full SHA for 4aaddc5
1 file changed
.ci/skills-gen.cloudbuild.yaml
@@ -57,7 +57,7 @@ steps:
57
waitFor: ["generate-skills"]
58
entrypoint: "bash"
59
volumes:
60
- - name: "ssh-keys" # This mounts the keys generated in Step 1
+ - name: "ssh-keys"
61
path: /root/.ssh
62
args:
63
- -c
@@ -73,7 +73,6 @@ steps:
73
git config user.name "release-please[bot]"
74
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
78
git add .
79
git commit -m "chore: auto-generate skills based on toolbox_version.txt update"
0 commit comments