From 9f0a0bd2e415f7a7e21b3a88e7b63b7d105c6442 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 18 Oct 2025 18:23:20 -0400 Subject: [PATCH] whoops --- .gitea/workflows/write-new-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/write-new-template.yml b/.gitea/workflows/write-new-template.yml index 29920ff..843c076 100644 --- a/.gitea/workflows/write-new-template.yml +++ b/.gitea/workflows/write-new-template.yml @@ -28,7 +28,7 @@ jobs: git checkout -b template-extraction-${{ github.run_number }} git add . git commit -m "Automated template extraction" - git push origin template-extraction + git push origin template-extraction-${{ github.run_number }} - name: Create Pull Request run: | @@ -39,6 +39,6 @@ jobs: -d '{ "title": "Automated Template Extraction", "body": "Updates the `all.template.yml` file with latest secrets for services", - "head": "template-extraction", + "head": "template-extraction-${{ github.run_number }}", "base": "main" }'