Skip to content

PRODENG-2237 Added pruning policy resource #55

PRODENG-2237 Added pruning policy resource

PRODENG-2237 Added pruning policy resource #55

Workflow file for this run

name: 'docs'
on:
pull_request:
jobs:
docs:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Terraform Docs
uses: terraform-docs/[email protected]
with:
output-file: README.md
output-method: inject
git-push: "true"