fix(patch workflow): Ensure that the environment is listed on patch comments (#12538)

This commit is contained in:
Richie Foreman
2025-11-06 18:30:20 -05:00
committed by GitHub
parent f05d937f39
commit 445a5eac33
3 changed files with 60 additions and 7 deletions

View File

@@ -118,6 +118,7 @@ jobs:
GITHUB_RUN_ID: '${{ github.run_id }}'
LOG_CONTENT: '${{ env.LOG_CONTENT }}'
TARGET_REF: '${{ github.event.inputs.ref }}'
ENVIRONMENT: '${{ github.event.inputs.environment }}'
continue-on-error: true
run: |
git checkout "${TARGET_REF}"