Merge pull request 'checks/update-clan-core-for-checks: fix typo in git env' (#3583) from Mic92/clan-core:mumble-fix into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3583
This commit is contained in:
Mic92
2025-05-12 15:02:37 +00:00

View File

@@ -15,7 +15,7 @@ jobs:
run: nix run .#update-clan-core-for-checks
- name: Create pull request
run: |
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
export GIT_AUTHOR_NAME=clan-bot GIT_AUTHOR_EMAIL=clan-bot@clan.lol GIT_COMMITTER_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 \