Skip to content

docs: Add some better descriptions for the github IDs #12

docs: Add some better descriptions for the github IDs

docs: Add some better descriptions for the github IDs #12

Workflow file for this run

on:
push:
branches: ["*"]
pull_request:
jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected]
lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected]
generate-terraform-docs:
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
with:
output-file: README.md
# This artifact is referenced by the cog.toml
artifact-name: terraform-docs
create-release:
needs:
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
download-artifacts: true