Skip to content

Update README on Schedule #856

Update README on Schedule

Update README on Schedule #856

Workflow file for this run

name: Update README on Schedule
on:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
markscribe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: muesli/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
with:
template: "templates/readme.md.tpl"
writeTo: "README.md"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: 'docs: Update generated README'
branch: main
commit_user_name: readme-scribe 🤖
commit_user_email: actions@github.com
commit_author: readme-scribe 🤖 <actions@github.com>