Skip to content

Commit 2c7d8ee

Browse files
authored
fix: remove the usage of -u flag (#8731)
1 parent f07d2ff commit 2c7d8ee

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_info
3939
run: |
40-
set -euxo 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)