Skip to content

Commit

Permalink
simplify action
Browse files Browse the repository at this point in the history
  • Loading branch information
DFurt committed Oct 29, 2024
1 parent 1659b08 commit 7ba3347
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/tfdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,4 @@ on:

jobs:
generate-tfdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
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]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"
uses: montblu/github-actions/.github/workflows/tfdocs.yaml@main

0 comments on commit 7ba3347

Please sign in to comment.