Skip to content

Releases: suzuki-shunsuke/github-action-terraform-fmt

v0.2.2

17 Jul 00:45
v0.2.2
bdc85c3
Compare
Choose a tag to compare

v0.2.1...v0.2.2

Fixes

#17 Udpate github-action-format

v0.2.2-1

15 Jul 22:41
v0.2.2-1
c7378a5
Compare
Choose a tag to compare
v0.2.2-1 Pre-release
Pre-release
chore: release v0.2.2-1

v0.2.1

28 Feb 05:10
v0.2.1
388ce9d
Compare
Choose a tag to compare

v0.2.0...v0.2.1

Features

#16 Support executing a tool such as OpenTofu instead of Terraform

v0.2.0

27 Jan 09:31
v0.2.0
1012a0f
Compare
Choose a tag to compare

v0.1.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

30 Oct 02:34
08fddcb
Compare
Choose a tag to compare
Merge pull request #8 from suzuki-shunsuke/chore/fix-format-version

chore: fix the format action version

v0.1.0

30 Oct 00:27
53a5f33
Compare
Choose a tag to compare
Merge pull request #6 from suzuki-shunsuke/renovate/configure

Configure Renovate