Skip to content

Commit 8ccca6a

Browse files
authored
Update pr-deploy.yaml
1 parent 331d238 commit 8ccca6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Get PR number, title, and branch name
3838
id: pr_info
3939
run: |
40-
set -ex pipefail
40+
set -exo pipefail
4141
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
4242
PR_NUMBER=${{ github.event.inputs.pr_number }}"
4343
else

0 commit comments

Comments
 (0)