Skip to content

Commit a5ef09e

Browse files
PR number
1 parent d9a5a14 commit a5ef09e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ inputs:
1919
description: Name of the component under test
2020
required: true
2121

22-
pr_number:
23-
description: PR under test
24-
required: true
25-
26-
2722
runs:
2823
using: "composite"
2924

@@ -41,7 +36,7 @@ runs:
4136
- name: "Set PR NUMBER"
4237
shell: bash
4338
run: |
44-
echo "PR_NUMBER=${{ inputs.pr_number }}" >> $GITHUB_ENV
39+
echo "PR_NUMBER=${{ inputs.targetEnvironment }}" >> $GITHUB_ENV
4540
4641
- name: Run test - ${{ inputs.testType }}
4742
shell: bash

0 commit comments

Comments
 (0)