mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 16:34:31 -07:00
fix(actions): hydrate env vars into nightly failure issue/issue body (#10087)
This commit is contained in:
@@ -121,6 +121,6 @@ jobs:
|
|||||||
DETAILS_URL: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
|
DETAILS_URL: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
|
||||||
run: |
|
run: |
|
||||||
gh issue create \
|
gh issue create \
|
||||||
--title 'Nightly Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')' \
|
--title "Nightly Release Failed for ${RELEASE_TAG} on $(date +'%Y-%m-%d')" \
|
||||||
--body 'The nightly-release workflow failed. See the full run for details: ${DETAILS_URL}' \
|
--body "The nightly-release workflow failed. See the full run for details: ${DETAILS_URL}" \
|
||||||
--label 'kind/bug,release-failure,priority/p0'
|
--label 'kind/bug,release-failure,priority/p0'
|
||||||
|
|||||||
Reference in New Issue
Block a user