Skip to content

Commit 415d07a

Browse files
fetch env variable
1 parent b1a5d66 commit 415d07a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/actions/acceptance-tests/action.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ runs:
3333
run: |
3434
npm ci
3535
36+
- name: "Set PR NUMBER"
37+
shell: bash
38+
run: |
39+
echo "PR_NUMBER=${{ inputs.pr_number }}" >> $GITHUB_ENV
40+
3641
- name: Run test - ${{ inputs.testType }}
37-
env:
38-
PR_NUMBER: ${{ inputs.pr_number }}
3942
shell: bash
4043
run: |
4144
make test-${{ inputs.testType }}

0 commit comments

Comments
 (0)