mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
fix: a small issue with pr_deploy.yaml (#8728)
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Get PR number, title, and branch name
|
||||
id: pr_number
|
||||
run: |
|
||||
set -euxo pipefail
|
||||
set -e pipefail
|
||||
if [[ ${{ github.event_name }} == 'workflow_dispatch' ]]; then
|
||||
PR_NUMBER=${{ github.event.inputs.pr_number }}"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user