From b7b6063c6b9693147de9da870ff324dfe147fddc Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Mon, 6 Jan 2025 23:43:27 -0800 Subject: [PATCH] include reporting stage --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6216f471..3500f784 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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