Update Auto-Generated Content #741
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 Auto-Generated Content | |
| on: | |
| push: | |
| paths: | |
| - templates/** | |
| schedule: | |
| - cron: 0 6 * * * | |
| jobs: | |
| markscribe: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: muesli/[email protected] | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }} | |
| with: | |
| template: templates/projects.tpl.md | |
| writeTo: content/projects.generated.md | |
| - uses: stefanzweifel/git-auto-commit-action@v5 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| commit_message: Update auto-generated content | |
| commit_author: | |
| github-actions[bot] | |
| <41898282+github-actions[bot]@users.noreply.github.com> | |
| branch: main |