Skip to content

Commit cb2bfe2

Browse files
committed
feat: devtest using pr number as image identifier
1 parent 0ed5706 commit cb2bfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
pull-requests: read
5353
contents: read
5454
outputs:
55-
GET_PR_NUM: ${{ steps.get_pr_num.outputs.PR_NUM_TAG }}
55+
GET_PR_NUM: ${{ env.PR_NUM_TAG }}
5656
steps:
5757
- uses: actions/checkout@v4
5858
with:

0 commit comments

Comments
 (0)