Skip to content

Update README

Update README #15680

Workflow file for this run

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