Skip to content

Commit 3efb2c8

Browse files
chore(release): prepare v1.0.2 (#148)
Files changed: M README.md M action.yml Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f9fe684 commit 3efb2c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This action supports three tag levels for flexible versioning:
4545
## 📖 API Reference
4646
```yaml
4747
- name: Run the Action
48-
uses: devops-infra/action-format-hcl@v1.0.1
48+
uses: devops-infra/action-format-hcl@v1.0.2
4949
with:
5050
list: false
5151
write: true
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v5
9393
9494
- name: Fail on malformatted files
95-
uses: devops-infra/action-format-hcl@v1.0.1
95+
uses: devops-infra/action-format-hcl@v1.0.2
9696
with:
9797
check: true
9898
```
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v5
113113
114114
- name: Format HCL files
115-
uses: devops-infra/action-format-hcl@v1.0.1
115+
uses: devops-infra/action-format-hcl@v1.0.2
116116
117117
- name: Commit changes to repo
118118
uses: devops-infra/action-commit-push@v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
description: List of formatted files
3636
runs:
3737
using: docker
38-
image: docker://devopsinfra/action-format-hcl:v1.0.1
38+
image: docker://devopsinfra/action-format-hcl:v1.0.2
3939
branding:
4040
color: purple
4141
icon: upload-cloud

0 commit comments

Comments
 (0)