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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ env.GITHUB_TOKEN }}
|
||||
|
||||
- name: Extract Issue Details
|
||||
id: extract
|
||||
|
@ -95,8 +93,6 @@ jobs:
|
|||
EOF
|
||||
|
||||
- name: Commit and Push Terraform File
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
|
|
Loading…
Reference in a new issue