Skip to content

Commit

Permalink
im a silly boi
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Sep 22, 2023
1 parent c7d0797 commit c3d9a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BUILDKITE_TOKEN }}' \
-d '{
"commit": "HEAD",
"branch": "${{ toJson(github.event.ref) }}",
"branch": "${{ github.event.ref }}",
"env": {
"REVISION_A": "${{ github.event.before }}",
"REVISION_B": "${{ github.event.after }}"
Expand Down

0 comments on commit c3d9a99

Please sign in to comment.