@@ -49,7 +49,7 @@ environment.
4949After running the setup script, configure your GitHub Actions workflow with the provided values:
5050
5151``` yaml
52- - uses : ' google-github-actions/run-gemini-cli@v0 '
52+ - uses : ' google-github-actions/run-gemini-cli@main '
5353 with :
5454 gcp_workload_identity_provider : ' ${{ vars.GCP_WIF_PROVIDER }}'
5555 gcp_project_id : ' ${{ vars.GOOGLE_CLOUD_PROJECT }}'
8888 review :
8989 runs-on : ' ubuntu-latest'
9090 steps :
91- - uses : ' google-github-actions/run-gemini-cli@v0 '
91+ - uses : ' google-github-actions/run-gemini-cli@main '
9292 with :
9393 gcp_workload_identity_provider : ' ${{ vars.GCP_WIF_PROVIDER }}'
9494 gcp_service_account : ' ${{ vars.SERVICE_ACCOUNT_EMAIL }}'
@@ -109,7 +109,7 @@ jobs:
109109If you prefer to disable OpenTelemetry, you can explicitly opt out by setting ` enabled: false` in your settings:
110110
111111` ` ` yaml
112- - uses: 'google-github-actions/run-gemini-cli@v0 '
112+ - uses: 'google-github-actions/run-gemini-cli@main '
113113 with:
114114 gcp_workload_identity_provider: '${{ vars.GCP_WIF_PROVIDER }}'
115115 gcp_project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}'
@@ -128,7 +128,7 @@ If you prefer to disable OpenTelemetry, you can explicitly opt out by setting `e
128128Alternatively, you can omit the `telemetry` settings entirely, as telemetry is disabled by default :
129129
130130` ` ` yaml
131- - uses: 'google-github-actions/run-gemini-cli@v0 '
131+ - uses: 'google-github-actions/run-gemini-cli@main '
132132 with:
133133 gcp_workload_identity_provider: '${{ vars.GCP_WIF_PROVIDER }}'
134134 gcp_project_id: '${{ vars.GOOGLE_CLOUD_PROJECT }}'
0 commit comments