Skip to content

Commit f0f239d

Browse files
Namitha-Prabhumasl2
authored andcommitted
fetch env variable
Signed-off-by: Mark Slowey <mark.slowey1@nhs.net>
1 parent 81b78e2 commit f0f239d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.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)