We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc465c commit 90d0019Copy full SHA for 90d0019
scripts/deploy-pr.sh
@@ -84,4 +84,4 @@ echo "experiments: ${experiments}"
84
echo "build: ${build}"
85
echo "deploy: ${deploy}"
86
87
-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}"
0 commit comments