Skip to content

Commit

Permalink
chore(ci): fix ephemeral env null issue number (v2) (#32221)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 11, 2025
1 parent 60424c4 commit 31d6f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ jobs:
- name: Check target image exists in ECR
id: check-image
continue-on-error: true
PR_NUMBER: ${{ github.event.inputs.issue_number || github.event.pull_request.number }}
env:
PR_NUMBER: ${{ github.event.inputs.issue_number || github.event.pull_request.number }}
run: |
aws ecr describe-images \
--registry-id $(echo "${{ steps.login-ecr.outputs.registry }}" | grep -Eo "^[0-9]+") \
Expand Down

0 comments on commit 31d6f5a

Please sign in to comment.