Skip to content

readme-scribe

readme-scribe #121

Workflow file for this run

name: readme-scribe
on:
workflow_dispatch:
schedule:
- cron: '*/20 * * * *'
push:
branches:
- 'main'
jobs:
readme-scribe:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
uses: muesli/readme-scribe@d2f6ab32d6b9f5b59941fe782d6c7e6499a37fe4
with:
template: profile/README.md.tpl
writeTo: profile/README.md
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
-
name: Clear DDS-Derek/.github
run: |
sed -i '/DDS-Derek\/.github/d' profile/README.md
-
uses: stefanzweifel/git-auto-commit-action@47a8ad5f38721f4b62f84ddd01aba6b281956891
with:
commit_message: 'Update generated README'
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}