We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4601777 commit 4aa2a20Copy full SHA for 4aa2a20
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -50,6 +50,7 @@ runs:
50
env:
51
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
52
PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
53
+ shell: bash
54
run: |
55
if [[ -z "$PR_NUMBER" ]]; then
56
echo "No pull request detected; proxy deployment was deployed."
0 commit comments