checks/update-clan-core-for-check: add email/name

This commit is contained in:
Jörg Thalheim
2025-05-12 16:44:54 +02:00
parent 9733c41105
commit fc8bc24b03

View File

@@ -15,7 +15,8 @@ jobs:
run: nix run .#update-clan-core-for-checks run: nix run .#update-clan-core-for-checks
- name: Create pull request - name: Create pull request
run: | run: |
git commit -am "" export GIT_AUTHOR_NAME=clan-bot GIT_AUTHOR_EMAIL=clan-bot@clan.lol GIT_AUTHOR_NAME=clan-bot GIT_COMMITTER_EMAIL=clan-bot@clan.lol
git commit -am "Update pinned clan-core for checks"
git push origin HEAD:update-clan-core-for-checks git push origin HEAD:update-clan-core-for-checks
curl -X POST \ curl -X POST \
-H "Authorization: token $GITEA_TOKEN" \ -H "Authorization: token $GITEA_TOKEN" \