Skip to content

Commit 48d8871

Browse files
committed
add experiments flag
1 parent 81cf4c3 commit 48d8871

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
@@ -89,4 +89,4 @@ echo "prNumber: ${prNumber}"
8989
echo "skipBuild: ${skipBuild}"
9090
echo "experiments: ${experiments}"
9191

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

0 commit comments

Comments
 (0)