mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
security bot was right (#8868)
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This commit is contained in:
@@ -83,6 +83,7 @@ jobs:
|
|||||||
REPOSITORY: '${{ github.repository }}'
|
REPOSITORY: '${{ github.repository }}'
|
||||||
GITHUB_RUN_ID: '${{ github.run_id }}'
|
GITHUB_RUN_ID: '${{ github.run_id }}'
|
||||||
LOG_CONTENT: '${{ env.LOG_CONTENT }}'
|
LOG_CONTENT: '${{ env.LOG_CONTENT }}'
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git checkout '${{ github.event.inputs.ref }}'
|
git checkout '${{ github.event.inputs.ref }}'
|
||||||
node scripts/releasing/patch-create-comment.js
|
node scripts/releasing/patch-create-comment.js
|
||||||
|
|||||||
@@ -275,12 +275,7 @@ There was an error creating the patch release.
|
|||||||
- Ensure you have permissions to create branches and PRs
|
- Ensure you have permissions to create branches and PRs
|
||||||
|
|
||||||
**🔗 Links:**
|
**🔗 Links:**
|
||||||
- [View workflow run](https://github.com/${repository}/actions/runs/${runId})
|
- [View workflow run](https://github.com/${repository}/actions/runs/${runId})`;
|
||||||
|
|
||||||
**📋 Full Output:**
|
|
||||||
\`\`\`
|
|
||||||
${logContent}
|
|
||||||
\`\`\``;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!commentBody) {
|
if (!commentBody) {
|
||||||
|
|||||||
Reference in New Issue
Block a user