Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 #79

Bump actions/checkout from 4.2.0 to 4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2 #79

name: Generate terraform docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Render terraform docs and fail on diff
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # v1.2.0
with:
working-dir: .
output-file: README.md
output-method: inject
fail-on-diff: "true"
- name: Dump README
if: failure()
run: |
cat README.md