chore(ci): fix ephemeral env null issue number (v2) (#32221)

This commit is contained in:
Daniel Vaz Gaspar 2025-02-11 14:32:01 +00:00 committed by GitHub
parent 60424c4ccd
commit 31d6f5a639
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -223,6 +223,7 @@ jobs:
- name: Check target image exists in ECR - name: Check target image exists in ECR
id: check-image id: check-image
continue-on-error: true continue-on-error: true
env:
PR_NUMBER: ${{ github.event.inputs.issue_number || github.event.pull_request.number }} PR_NUMBER: ${{ github.event.inputs.issue_number || github.event.pull_request.number }}
run: | run: |
aws ecr describe-images \ aws ecr describe-images \