Skip to content

Readme Scribe

Readme Scribe #520

Workflow file for this run

name: Readme Scribe
on:
push:
schedule:
- cron: "0 0 * * *"
jobs:
markscribe:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- uses: muesli/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
template: "templates/README.md"
writeTo: "README.md"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "docs(readme): update readme automatically"
branch: main
commit_user_name: MM25Zamanian
commit_user_email: mm25zamanian@gmail.com
commit_author: MohammadMahdi Zamanian <mm25zamanian@gmail.com>