Skip to content

Daily update

Daily update #546

Workflow file for this run

name: Daily update
permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
jobs:
scheduled:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Git config
run: |-
git config user.name "Wendy"
git config user.email "[email protected]"
- name: Run script
run: ./update.sh