Skip to content

Update

Update #1353

Workflow file for this run

name: Update
on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
#
#
# Run updater
- name: Run updater
uses: ./.github/actions/updater
with:
github_token: "${{ secrets.UPDATER_PTA }}"