We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07d2ff commit 2c7d8eeCopy full SHA for 2c7d8ee
.github/workflows/pr-deploy.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Get PR number, title, and branch name
38
id: pr_info
39
run: |
40
- set -euxo pipefail
+ set -exo pipefail
41
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
42
PR_NUMBER=${{ github.event.inputs.pr_number }}"
43
else
0 commit comments