Skip to content

add looping warning to account position card #185

add looping warning to account position card

add looping warning to account position card #185

Workflow file for this run

name: Update README
on:
push:
branches:
- staging
jobs:
markscribe:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: muesli/readme-scribe@master
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
template: "templates/README.md.tpl"
writeTo: "README.md"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
commit_options: "--allow-empty"
skip_dirty_check: true
commit_message: Update README
commit_user_name: vinceender
commit_user_email: [email protected]
commit_author: vinceender <[email protected]>