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:
Danny Kopping
2024-03-12 12:01:31 +00:00
committed by GitHub
parent edc465c449
commit 90d00190ea
+1 -1
View File
@@ -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}"