From acfc604435b03a8bedfc09881d3c0f5870b661c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 12 May 2025 16:58:38 +0200 Subject: [PATCH] checks/update-clan-core-for-checks: fix typo in git env --- .gitea/workflows/update-clan-core-for-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/update-clan-core-for-checks.yml b/.gitea/workflows/update-clan-core-for-checks.yml index 7746fdc03..a759c859a 100644 --- a/.gitea/workflows/update-clan-core-for-checks.yml +++ b/.gitea/workflows/update-clan-core-for-checks.yml @@ -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 \