Update Terraform sops to v1 #69
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TFF fix | |
on: | |
pull_request: | |
push: | |
paths: | |
- "**.tf" | |
branches: | |
- master | |
jobs: | |
format: | |
runs-on: ubuntu-latest | |
name: Check terraform files are formatted correctly | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
token: ${{ secrets.TERRAFORM_FORMAT }} | |
- name: terraform fmt | |
uses: dflook/[email protected] | |
- name: terraform fmt commit | |
uses: stefanzweifel/[email protected] | |
with: | |
commit_message: terraform fmt |