Skip to content

Update README

Update README #120

Workflow file for this run

name: Update README
on:
push:
schedule:
- cron: "5 8 * * 2" # At 08:05 on Tuesday.
workflow_dispatch:
jobs:
markscribe:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: muesli/readme-scribe@master
#env:
# GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
template: "templates/README.md.tpl"
writeTo: "profile/README.md"
- uses: stefanzweifel/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated README
branch: main
commit_user_name: readme-scribe 🤖
commit_user_email: [email protected]
commit_author: readme scribe bot <[email protected]>