whoops
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-10-18 18:23:20 -04:00
parent 4589e17b4b
commit 9f0a0bd2e4

View File

@@ -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"
}'