Skip to content

Generate README

Generate README #1080

Workflow file for this run

name: Generate README
on:
push:
schedule:
- cron: "0 0 * * *"
jobs:
markscribe:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: muesli/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
template: templates/readme.md.tpl
writeTo: README.md
- uses: actions/upload-artifact@v3
with:
name: README.md
path: README.md
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Re-generate README
branch: main