We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adee573 commit 46e99b8Copy full SHA for 46e99b8
1 file changed
.github/actions/acceptance-tests-e2e/action.yml
@@ -14,7 +14,7 @@ runs:
14
id: set_pr_number
15
shell: bash
16
run: |
17
- env="${{ inputs.targetEnvironment }}"
+ env=main
18
if [[ "$env" == main ]]; then
19
echo "pr_number=" >> $GITHUB_OUTPUT
20
elif [[ "$env" == pr* ]]; then
0 commit comments