mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: remove the usage of -u flag (#8731)
This commit is contained in:
committed by
GitHub
parent
f07d2ff68d
commit
2c7d8ee06a
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Get PR number, title, and branch name
|
||||
id: pr_info
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
set -exo pipefail
|
||||
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
|
||||
PR_NUMBER=${{ github.event.inputs.pr_number }}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user