We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b6063 commit 43fb170Copy full SHA for 43fb170
.gitlab-ci.yml
@@ -21,7 +21,7 @@ stages:
21
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
22
-H "X-GitHub-Api-Version: 2022-11-28" \
23
"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\"}'"
+ -d "'{\"state\":\"${CI_JOB_NAME}\",\"target_url\":\"${CI_PIPELINE_URL}\",\"context\":\"${STATUS_NAME}"}'"
25
26
pending:
27
stage: .pre
0 commit comments