fix the actual name
This commit is contained in:
parent
993c3e5aeb
commit
461d9b5e62
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pipeline:
|
|||
image: nixery.dev/shell/jq/curl
|
||||
commands:
|
||||
- |
|
||||
echo '{}' | jq '.body = $body' --arg body "$(cat review)" | jq '.commit_id = $commit_id' --arg commit_id "$CI_COMMIT_SHA" | curl -XPOST "https://git.chir.rs/api/v1/repos/$CI_REPO_OWNER/$CI_REPO_OWNER/pulls/$CI_COMMIT_PULL_REQUEST/reviews" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: token $GITEA_TOKEN" --data-binary @-
|
||||
echo '{}' | jq '.body = $body' --arg body "$(cat review)" | jq '.commit_id = $commit_id' --arg commit_id "$CI_COMMIT_SHA" | curl -XPOST "https://git.chir.rs/api/v1/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pulls/$CI_COMMIT_PULL_REQUEST/reviews" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: token $GITEA_TOKEN" --data-binary @-
|
||||
secrets:
|
||||
- gitea_token
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue