Releases: suzuki-shunsuke/github-action-terraform-fmt
Releases · suzuki-shunsuke/github-action-terraform-fmt
v0.2.2
v0.2.2-1
chore: release v0.2.2-1
v0.2.1
v0.2.0
⚠️ Breaking Changes
#12 The default behaviour is changed. The action pushes a commit even if the event isn't pull_request.
To change the behaviour, please use the input skip_push
.
Features
#12 Add a field skip_push
By default this action pushes a commit to format code if code isn't formatted.
You can skip pushing a commit using the input skip_push
.
e.g.
- uses: suzuki-shunsuke/github-action-terraform-fmt@v0.2.0
with:
skip_push: ${{ github.event_name != 'pull_request' && ! startsWith(github.event_name, 'pull_request_') }}
#14 Add the input branch
You can change the remote branch where a commit is pushed.
v0.1.1
Merge pull request #8 from suzuki-shunsuke/chore/fix-format-version chore: fix the format action version
v0.1.0
Merge pull request #6 from suzuki-shunsuke/renovate/configure Configure Renovate