Skip to content

wordle

wordle #78

Workflow file for this run

name: 'Wreadle'
on:
repository_dispatch:
types: [wordle]
jobs:
wordle:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v3
- name: Wreadle
uses: ./
id: wreadle
with:
readme: ./wreadle.md
- name: commit
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git commit -am 'πŸ› Wordle update!' | true
git push