Skip to content

Bump strumwolf/delete-deployment-environment from 2 to 3 #16

Bump strumwolf/delete-deployment-environment from 2 to 3

Bump strumwolf/delete-deployment-environment from 2 to 3 #16

Workflow file for this run

name: terraform-docs
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"