From 8bdd6ba6d4181f22faa2b2616946bb400742eec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 13 May 2025 10:52:52 +0200 Subject: [PATCH] update-clan-core-for-checks: fix head branch --- .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 f32dd0d25..fa9721188 100644 --- a/.gitea/workflows/update-clan-core-for-checks.yml +++ b/.gitea/workflows/update-clan-core-for-checks.yml @@ -25,7 +25,7 @@ jobs: -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/json" \ -d '{ - "head": "update-clan-core-branch", + "head": "update-clan-core-for-checks", "base": "main", "title": "Automated Update: Clan Core", "body": "This PR updates the pinned clan-core for checks."