We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13949e1 commit e5cb7d5Copy full SHA for e5cb7d5
1 file changed
.github/workflows/stage-3-build-images-devtest.yaml
@@ -52,7 +52,7 @@ jobs:
52
pull-requests: read
53
contents: read
54
outputs:
55
- PR_NUM_TAG: ${{ env.PR_NUM_TAG }}
+ PR_NUM_TAG: ${{ steps.get_pr_num.PR_NUM_TAG }}
56
steps:
57
- uses: actions/checkout@v4
58
with:
0 commit comments