Skip to content

Commit 2b9ade3

Browse files
Update README examples version to v1.10.0 (#82)
* Update README examples version to v1.7.1 * Update README examples version to v1.9.0 Co-authored-by: Myles Coleman <44505855+myles-coleman@users.noreply.github.com> * Update README examples version to v1.10.0 --------- Co-authored-by: Myles Coleman <44505855+myles-coleman@users.noreply.github.com>
1 parent d35f113 commit 2b9ade3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,22 @@ permissions:
9797
```
9898
Single plan file:
9999
```yaml
100-
uses: liatrio/terraform-change-pr-commenter@v1.4.0
100+
uses: liatrio/terraform-change-pr-commenter@v1.10.0
101101
with:
102102
json-file: my-tfplan.json
103103
expand-comment: 'true'
104104
```
105105
Multiple plan files:
106106
```yaml
107-
uses: liatrio/terraform-change-pr-commenter@v1.4.0
107+
uses: liatrio/terraform-change-pr-commenter@v1.10.0
108108
with:
109109
json-file: |
110110
core-infra-tfplan.json
111111
shared-infra-tfplan.json
112112
```
113113
Include plan output to the Actions workflow job summary:
114114
```yaml
115-
uses: liatrio/terraform-change-pr-commenter@v1.4.0
115+
uses: liatrio/terraform-change-pr-commenter@v1.10.0
116116
with:
117117
json-file: my-tfplan.json
118118
expand-comment: 'true'
@@ -141,7 +141,7 @@ To use this action with OpenTofu you need to initialize OpenTofu without the wra
141141
run: tofu show -json ./.planfile >> ./my-planfile.json
142142
143143
- name: Create PR comment
144-
uses: liatrio/terraform-change-pr-commenter@v1.4.0
144+
uses: liatrio/terraform-change-pr-commenter@v1.10.0
145145
with:
146146
json-file: my-planfile.json
147147
```

0 commit comments

Comments
 (0)