Skip to content

Update Auto-Generated Content #694

Update Auto-Generated Content

Update Auto-Generated Content #694

Workflow file for this run

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