Skip to content

ci: auto-generate README #7

ci: auto-generate README

ci: auto-generate README #7

Workflow file for this run

name: Internal - Main - Continuous Integration
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit
generate-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bitflight-devops/github-action-readme-generator@v1.8.0
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: update README.md"
commit_options: "--no-verify --signoff"