Skip to content

Commit

Permalink
Fix missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Jun 28, 2021
1 parent 9fd1fa3 commit dbb8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/trigger-buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl --silent -H "Authorization: Bearer $BUILDKITE_API_ACCESS_TOKEN" \
-d "{
\"commit\": \"HEAD\",
\"branch\": \"$BRANCH\",
\"message": "Running benchmarks\",
\"message\": \"Running benchmarks\",
\"env\": {
\"PR_NUMBER\": \"$PR\"
}
Expand Down

0 comments on commit dbb8fdf

Please sign in to comment.