Skip to content

Commit

Permalink
Merge pull request #37 from devops-infra/documentation/version
Browse files Browse the repository at this point in the history
Updated version in README.md
  • Loading branch information
ChristophShyper authored Jun 29, 2021
2 parents c095cdf + 2dfad88 commit 20db3fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features:

```yaml
- name: Fail on malformatted files
uses: devops-infra/action-format-hcl@master
uses: devops-infra/action-format-hcl@v0.2
with:
list: false
write: true
Expand All @@ -57,7 +57,7 @@ dir | No | `""` | Path to be checked. Current dir as default.

## Examples

Action can fail if malformatted files will be found.
Action can fail if malformed files will be found.
```yaml
name: Check HCL
on:
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Fail on malformatted files
uses: devops-infra/action-format-hcl@master
uses: devops-infra/action-format-hcl@v0.2
with:
check: true
```
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Format HCL files
uses: devops-infra/action-format-hcl@master
uses: devops-infra/action-format-hcl@v0.2
- name: Commit changes to repo
uses: devops-infra/action-commit-push@master
with:
Expand Down

0 comments on commit 20db3fd

Please sign in to comment.