Skip to content

Update Profile

Update Profile #877

Workflow file for this run

name: Update Profile
on:
push:
schedule:
- cron: "0 0 * * *" # Every day at 00:00
jobs:
markscribe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: muesli/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
template: "templates/profile.tpl"
writeTo: "profile/README.md"
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "docs: Update generated README"
branch: main
commit_user_name: readme-scribe 🤖
commit_user_email: [email protected]
commit_author: readme-scribe 🤖 <[email protected]>