We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a5a14 commit a5ef09eCopy full SHA for a5ef09e
1 file changed
.github/actions/acceptance-tests/action.yaml
@@ -19,11 +19,6 @@ inputs:
19
description: Name of the component under test
20
required: true
21
22
- pr_number:
23
- description: PR under test
24
- required: true
25
-
26
27
runs:
28
using: "composite"
29
@@ -41,7 +36,7 @@ runs:
41
36
- name: "Set PR NUMBER"
42
37
shell: bash
43
38
run: |
44
- echo "PR_NUMBER=${{ inputs.pr_number }}" >> $GITHUB_ENV
39
+ echo "PR_NUMBER=${{ inputs.targetEnvironment }}" >> $GITHUB_ENV
45
40
46
- name: Run test - ${{ inputs.testType }}
47
0 commit comments