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 checkout -b template-extraction-${{ github.run_number }}
git add . git add .
git commit -m "Automated template extraction" git commit -m "Automated template extraction"
git push origin template-extraction git push origin template-extraction-${{ github.run_number }}
- name: Create Pull Request - name: Create Pull Request
run: | run: |
@@ -39,6 +39,6 @@ jobs:
-d '{ -d '{
"title": "Automated Template Extraction", "title": "Automated Template Extraction",
"body": "Updates the `all.template.yml` file with latest secrets for services", "body": "Updates the `all.template.yml` file with latest secrets for services",
"head": "template-extraction", "head": "template-extraction-${{ github.run_number }}",
"base": "main" "base": "main"
}' }'