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