Skip to content

Commit cfe764d

Browse files
committed
Update version in README.md
1 parent 075d675 commit cfe764d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Make sure that your workflow already have the credentials needed by your Terrafo
1515
(e.g. authenticate to AWS with [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials))
1616
```yaml
1717
steps:
18-
- uses: HENNGE/terraform-check@main
18+
- uses: HENNGE/terraform-check@v0.1.0
1919
with:
2020
directory: infra/tf
2121
```
2222
2323
Specific Terraform version can be used:
2424
```yaml
2525
steps:
26-
- uses: HENNGE/terraform-check@main
26+
- uses: HENNGE/terraform-check@v0.1.0
2727
with:
2828
directory: infra/tf
2929
terraform_version: 1.1.7
@@ -33,7 +33,7 @@ Detailed report can be automatically posted as a pull request comment.
3333
Make sure that Github token has permission to write into pull requests.
3434
```yaml
3535
steps:
36-
- uses: HENNGE/terraform-check@main
36+
- uses: HENNGE/terraform-check@v0.1.0
3737
with:
3838
directory: infra/tf
3939
post_comment: true

0 commit comments

Comments
 (0)