Skip to content

build(deps): bump fuxingloh/multi-labeler from 2.0.3 to 4.0.0 #69

build(deps): bump fuxingloh/multi-labeler from 2.0.3 to 4.0.0

build(deps): bump fuxingloh/multi-labeler from 2.0.3 to 4.0.0 #69

Workflow file for this run

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the examples/basic/README.md
uses: terraform-docs/[email protected]
with:
working-dir: ./examples/basic/
git-push: "false"
output-file: README.md
config-file: ./examples/basic/.terraform-docs.yml
- name: Render terraform docs inside the README.md
uses: terraform-docs/[email protected]
with:
working-dir: .
git-push: "true"
output-file: README.md