Skip to content

Commit c7a4eb3

Browse files
Bump to v1.2.2
Signed-off-by: Pascal Hofmann <mail@pascalhofmann.de>
1 parent 89278fb commit c7a4eb3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
88

99
## Version
1010

11-
`v1.2.1` (uses [terraform-docs] v0.18.0, which is supported and tested on Terraform
11+
`v1.2.2` (uses [terraform-docs] v0.18.0, which is supported and tested on Terraform
1212
version 0.11+ and 0.12+ but may work for others.)
1313

1414
### Upgrade v0 to v1
@@ -42,7 +42,7 @@ jobs:
4242
ref: ${{ github.event.pull_request.head.ref }}
4343

4444
- name: Render terraform docs inside the README.md and push changes back to PR branch
45-
uses: terraform-docs/gh-actions@v1.2.1
45+
uses: terraform-docs/gh-actions@v1.2.2
4646
with:
4747
working-dir: .
4848
output-file: README.md
@@ -148,7 +148,7 @@ To enable you need to ensure a few things first:
148148

149149
```yaml
150150
- name: Generate TF Docs
151-
uses: terraform-docs/gh-actions@v1.2.1
151+
uses: terraform-docs/gh-actions@v1.2.2
152152
with:
153153
working-dir: .
154154
```
@@ -157,7 +157,7 @@ To enable you need to ensure a few things first:
157157

158158
```yaml
159159
- name: Generate TF Docs
160-
uses: terraform-docs/gh-actions@v1.2.1
160+
uses: terraform-docs/gh-actions@v1.2.2
161161
with:
162162
working-dir: .,example1,example3/modules/test
163163
```
@@ -166,7 +166,7 @@ To enable you need to ensure a few things first:
166166

167167
```yaml
168168
- name: Generate TF docs
169-
uses: terraform-docs/gh-actions@v1.2.1
169+
uses: terraform-docs/gh-actions@v1.2.2
170170
with:
171171
atlantis-file: atlantis.yaml
172172
```
@@ -175,7 +175,7 @@ To enable you need to ensure a few things first:
175175

176176
```yaml
177177
- name: Generate TF docs
178-
uses: terraform-docs/gh-actions@v1.2.1
178+
uses: terraform-docs/gh-actions@v1.2.2
179179
with:
180180
find-dir: examples/
181181
```
@@ -184,13 +184,13 @@ To enable you need to ensure a few things first:
184184

185185
```yaml
186186
- name: Generate TF docs
187-
uses: terraform-docs/gh-actions@v1.2.1
187+
uses: terraform-docs/gh-actions@v1.2.2
188188
with:
189189
working-dir: examples/
190190
recursive: true
191191
recursive-path: modules
192192
```
193193

194-
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.1/examples).
194+
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.2/examples).
195195

196196
[terraform-docs]: https://github.com/terraform-docs/terraform-docs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ outputs:
8989

9090
runs:
9191
using: docker
92-
image: "docker://quay.io/terraform-docs/gh-actions:1.2.1"
92+
image: "docker://quay.io/terraform-docs/gh-actions:1.2.2"
9393
env:
9494
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
9595
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)