Skip to content

Bump integrations/github from 6.2.1 to 6.4.0 #15

Bump integrations/github from 6.2.1 to 6.4.0

Bump integrations/github from 6.2.1 to 6.4.0 #15

Workflow file for this run

---
name: 'Format'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.AUTOMATION_PAT }}
- name: 'Setup'
uses: hashicorp/[email protected]
with:
terraform_version: 1.1.5
- name: 'Format'
id: fmt
run: terraform fmt -recursive
- name: 'Fix'
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'terraform fmt: automated action'