fix(actions): hydrate env vars into nightly failure issue/issue body (#10087)

This commit is contained in:
anthony bushong
2025-09-29 04:26:47 -07:00
committed by GitHub
parent 62ba330612
commit d1485d4672

View File

@@ -121,6 +121,6 @@ jobs:
DETAILS_URL: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
run: |
gh issue create \
--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}' \
--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}" \
--label 'kind/bug,release-failure,priority/p0'