From 446447057705289ee9564ea91e774af32d0a899e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 13 May 2025 09:40:59 +0200 Subject: [PATCH] debug update-clan-core-for-checks action --- .gitea/workflows/update-clan-core-for-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/update-clan-core-for-checks.yml b/.gitea/workflows/update-clan-core-for-checks.yml index 1d0d755ae..bffabd43a 100644 --- a/.gitea/workflows/update-clan-core-for-checks.yml +++ b/.gitea/workflows/update-clan-core-for-checks.yml @@ -18,6 +18,7 @@ jobs: 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 + set -x nix run --inputs-from . nixpkgs#curl -- -X POST \ -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/json" \