Skip to content

Automated update

Automated update #2892

Workflow file for this run

name: Automated update
on:
schedule:
- cron: '0 0,12 * * *'
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup git
run: |
git config --global user.name 'Niklas Reimer'
git config --global user.email '[email protected]'
- name: Update repository
run: ./update.sh