From 7c8cefa37431bd187f3a66250bc9140e88265f5f Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Tue, 12 Mar 2024 13:50:51 +0200 Subject: [PATCH] chore: remove pr_number param from deploy-pr.sh Field was removed in https://github.com/coder/coder/pull/11259 Signed-off-by: Danny Kopping --- scripts/deploy-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-pr.sh b/scripts/deploy-pr.sh index e852368fd8bbe..83aaf95863e67 100755 --- a/scripts/deploy-pr.sh +++ b/scripts/deploy-pr.sh @@ -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}"