diff --git a/templates/pre-job.j2 b/templates/pre-job.j2 index 12b0bf73f..968a77dbb 100644 --- a/templates/pre-job.j2 +++ b/templates/pre-job.j2 @@ -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 \ No newline at end of file + http://{{host_ip}}:8080/check-run