Skip to content

chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 #21

chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0

chore(deps): bump terraform-docs/gh-actions from 1.2.2 to 1.3.0 #21

Workflow file for this run

name: Generate terraform docs
on:
- pull_request
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@v1.3.0
with:
git-push: "true"
git-commit-message: "docs: updated terraform docs"