Skip to content

Commit 90d0019

Browse files
authored
chore: remove pr_number param from deploy-pr.sh (#12549)
Field was removed in #11259 Signed-off-by: Danny Kopping <danny@coder.com>
1 parent edc465c commit 90d0019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ echo "experiments: ${experiments}"
8484
echo "build: ${build}"
8585
echo "deploy: ${deploy}"
8686

87-
gh workflow run pr-deploy.yaml --ref "${branchName}" -f "pr_number=${prNumber}" -f "experiments=${experiments}" -f "build=${build}" -f "deploy=${deploy}"
87+
gh workflow run pr-deploy.yaml --ref "${branchName}" -f "experiments=${experiments}" -f "build=${build}" -f "deploy=${deploy}"

0 commit comments

Comments
 (0)