Skip to content

Cleanup Terraform feature #41

Cleanup Terraform feature

Cleanup Terraform feature #41

Workflow file for this run

---
name: features-docs
on:
pull_request:
branches:
- main
paths:
- "src/**"
- "!src/**/*.md"
jobs:
docs:
uses: bendwyer/github-workflows/.github/workflows/devcontainer-features-documentation.yml@main
with:
gh_app_id: ${{ vars.GH_APP_ID }}
secrets:
gh_app_private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}