From 4589e17b4b2c595d32b1de1eab2b3a516ef79d3b Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 18 Oct 2025 18:22:39 -0400 Subject: [PATCH] special branch name --- .gitea/workflows/write-new-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/write-new-template.yml b/.gitea/workflows/write-new-template.yml index 90bbf76..29920ff 100644 --- a/.gitea/workflows/write-new-template.yml +++ b/.gitea/workflows/write-new-template.yml @@ -25,7 +25,7 @@ jobs: run: | git config user.name "Service Account" git config user.email "alex+homelab@alexav.gg" - git checkout -b template-extraction + git checkout -b template-extraction-${{ github.run_number }} git add . git commit -m "Automated template extraction" git push origin template-extraction