Skip to content

chore(deps): pin actions/checkout action to f43a0e5 - autoclosed #25

chore(deps): pin actions/checkout action to f43a0e5 - autoclosed

chore(deps): pin actions/checkout action to f43a0e5 - autoclosed #25

Workflow file for this run

name: Generate terraform docs
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"