diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index fdbc46e..9cb3c72 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -62,7 +62,7 @@ pipeline: - git config --global "user.signingKey" "0x417A4BCCAB696E24" - git config --global "commit.gpgSign" "true" - git add . - - git commit -am "Update flake" + - git commit -am "Update ${PACKAGE}" - git push --force origin main:update-${PACKAGE} secrets: - gpg_key @@ -74,7 +74,7 @@ pipeline: image: nixery.dev/shell/curl commands: - | - echo '{ "assignee": "darkkirb", "base": "main", "head": "update-${PACKAGE}", "title": "Update flake", "body": "" }' | curl -X POST -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- "https://git.chir.rs/api/v1/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pulls" + echo '{ "assignee": "darkkirb", "base": "main", "head": "update-${PACKAGE}", "title": "Update ${PACKAGE}", "body": "" }' | curl -X POST -H "Authorization: token $GITEA_TOKEN" -H "Content-Type: application/json" --data-binary @- "https://git.chir.rs/api/v1/repos/$CI_REPO_OWNER/$CI_REPO_NAME/pulls" secrets: - gitea_token when: