-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
…-actions-1.x Update terraform-docs/gh-actions action to v1.2.2
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- name: Render terraform docs inside the README.md and push changes back to PR branch | ||
uses: terraform-docs/[email protected].0 | ||
uses: terraform-docs/[email protected].2 | ||
Check warning on line 21 in .github/workflows/terraform-docs.yml
|
||
with: | ||
working-dir: . | ||
output-file: README.md | ||
|