ci: fix release-please warnings and preserve changelog format via con… #218
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: update-repo-docs | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '5 4 * * *' | |
| push: | |
| branches: | |
| - main | |
| permissions: read-all | |
| jobs: | |
| update-repo-docs: | |
| permissions: | |
| contents: write | |
| uses: fortify/shared-doc-resources/.github/workflows/update-repo-docs.yml@main |