Skip to content

Commit

Permalink
Merge pull request #40 from mengesb/fix/update_terraform_docs
Browse files Browse the repository at this point in the history
Update terraform-docs gh action version
  • Loading branch information
mengesb authored Oct 4, 2022
2 parents 535ffa3 + bba9910 commit 2961177
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 398 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
name: Generate terraform docs
on:
- pull_request

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs
uses: terraform-docs/gh-actions@v0.11.0
uses: terraform-docs/gh-actions@v1.0.0
with:
working-dir: .
output-file: README.md
Expand Down
Loading

0 comments on commit 2961177

Please sign in to comment.