We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90beb commit 9117e36Copy full SHA for 9117e36
2 files changed
.github/workflows/gemini-scheduled-bug-verify.yml
@@ -53,7 +53,7 @@ jobs:
53
ISSUE_TITLE: ${{ matrix.issue.title }}
54
ISSUE_BODY: ${{ matrix.issue.body }}
55
ISSUE_URL: ${{ matrix.issue.url }}
56
- GEMINI_TRUST_WORKSPACE: 'true'
+ GEMINI_CLI_TRUST_WORKSPACE: 'true'
57
with:
58
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
59
gemini_cli_version: '${{ vars.GEMINI_CLI_VERSION }}'
.github/workflows/gemini-scheduled-triage.yml
@@ -81,7 +81,7 @@ jobs:
81
ISSUES_TO_TRIAGE: '${{ steps.find_issues.outputs.issues_to_triage }}'
82
REPOSITORY: '${{ github.repository }}'
83
AVAILABLE_LABELS: '${{ steps.get_labels.outputs.available_labels }}'
84
85
86
87
0 commit comments