testing
This commit is contained in:
parent
7dcc1557ad
commit
cad64d36d6
1 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
token: ${{ env.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Extract Issue Details
|
- name: Extract Issue Details
|
||||||
id: extract
|
id: extract
|
||||||
|
@ -95,8 +93,6 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Commit and Push Terraform File
|
- name: Commit and Push Terraform File
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git config user.email "actions@github.com"
|
git config user.email "actions@github.com"
|
||||||
|
|
Loading…
Reference in a new issue