Skip to content

Commit 733ae50

Browse files
authored
fix: a small issue with pr_deploy.yaml (#8728)
1 parent 86d4c4f commit 733ae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

+1-1
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_number
3939
run: |
40-
set -euxo pipefail
40+
set -e pipefail
4141
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
4242
PR_NUMBER=${{ github.event.inputs.pr_number }}"
4343
else

0 commit comments

Comments
 (0)