Merge pull request 'Checks/update-clan-core-for-check: add email/name' (#3582) from Mic92/clan-core:mumble-fix into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3582
This commit is contained in:
Mic92
2025-05-12 14:55:12 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
name: checks
on:
pull_request:
push:
branches:
- main
jobs:
checks-impure:
runs-on: nix

View File

@@ -15,7 +15,8 @@ jobs:
run: nix run .#update-clan-core-for-checks
- name: Create pull request
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
curl -X POST \
-H "Authorization: token $GITEA_TOKEN" \