This commit is contained in:
@@ -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"
|
||||||
}'
|
}'
|
||||||
|
|||||||
Reference in New Issue
Block a user