Skip to content

Commit

Permalink
include reporting stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Jan 7, 2025
1 parent bc06056 commit b7b6063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ stages:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}? \
-d '{"state":"${CI_JOB_NAME}","target_url":"${CI_PIPELINE_URL}","context":"${STATUS_NAME"}'
"https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}" \
-d "'{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"${STATUS_NAME\"}'"
pending:
stage: .pre
Expand Down

0 comments on commit b7b6063

Please sign in to comment.