Skip to content

ci(deps): bump armakuni/github-actions from 0.18.1 to 0.18.2 #18

ci(deps): bump armakuni/github-actions from 0.18.1 to 0.18.2

ci(deps): bump armakuni/github-actions from 0.18.1 to 0.18.2 #18

Workflow file for this run

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