Skip to content

Commit

Permalink
Update pre-job.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 19, 2023
1 parent 8504fd2 commit a44f6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pre-job.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ curl --noproxy '*' \
-H 'Authorization: Bearer {{one_time_token}}' \
-H 'Content-Type: application/json' \
-d "{\"repository_name\": \"${GITHUB_REPOSITORY}\", \"source_repository_name\": \"${GITHUB_SOURCE_REPOSITORY}\", \"target_branch_name\": \"${GITHUB_BASE_REF}\", \"source_branch_name\": \"${GITHUB_HEAD_REF}\", \"commit_sha\": \"${GITHUB_SHA}\"}" \
http://{{host_ip}}:8080/check-run
http://{{host_ip}}:8080/check-run

0 comments on commit a44f6f1

Please sign in to comment.