Update pre-fetched descriptions from pfadinamen.ch #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update pre-fetched descriptions from pfadinamen.ch | |
on: | |
schedule: | |
- cron: '0 4 * * 0' | |
workflow_dispatch: | |
jobs: | |
update: | |
name: "Update pre-fetched descriptions from pfadinamen.ch" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
- run: yarn install | |
- run: yarn run fetch-descriptions | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: Update descriptions from pfadinamen.ch | |
file_pattern: names.json |