Skip to content

Commit

Permalink
Update test_trigger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl authored Dec 13, 2023
1 parent 6c152d1 commit 8a4518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.REGRESSION }}" \
-H "Accept: application/vnd.github.v3+json" \
"https://api.github.com/repos/asyatrhl/ai8x-regression/dispatches" \
-d '{"event_type": "repo-pull-request", "client_payload": {"PR_Branch": "'"$PR_Branch"'", "Repository": "'"$Repository"'", "PR_Number": "'"$PR_Number"'", "PR_Sha": "'"$PR_Sha"'"}}'
-d '{"event_type": "repo-pull-request", "client_payload": {"PR_Branch": "${{ github.event.pull_request.head.ref }}", "Repository": "${{ github.repository }}","PR_Number": "${{ github.event.pull_request.number }}","PR_Sha": "${{ github.event.pull_request.head.sha }}" }'

0 comments on commit 8a4518d

Please sign in to comment.