mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: remove pr_number param from deploy-pr.sh (#12549)
Field was removed in https://github.com/coder/coder/pull/11259 Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@@ -84,4 +84,4 @@ echo "experiments: ${experiments}"
|
||||
echo "build: ${build}"
|
||||
echo "deploy: ${deploy}"
|
||||
|
||||
gh workflow run pr-deploy.yaml --ref "${branchName}" -f "pr_number=${prNumber}" -f "experiments=${experiments}" -f "build=${build}" -f "deploy=${deploy}"
|
||||
gh workflow run pr-deploy.yaml --ref "${branchName}" -f "experiments=${experiments}" -f "build=${build}" -f "deploy=${deploy}"
|
||||
|
||||
Reference in New Issue
Block a user