Skip to content

Commit 43fb170

Browse files
committed
include reporting stage
1 parent b7b6063 commit 43fb170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
2222
-H "X-GitHub-Api-Version: 2022-11-28" \
2323
"https://api.github.com/repos/${STATUS_PROJECT}/statuses/${CI_COMMIT_SHA}" \
24-
-d "'{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"${STATUS_NAME\"}'"
24+
-d "'{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"${STATUS_NAME}"}'"
2525
2626
pending:
2727
stage: .pre

0 commit comments

Comments
 (0)