Skip to content

Bump codefresh-io/codefresh from 0.11.0 to 0.11.1 #10

Bump codefresh-io/codefresh from 0.11.0 to 0.11.1

Bump codefresh-io/codefresh from 0.11.0 to 0.11.1 #10

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'