Skip to content

update

update #25856

Workflow file for this run

name: update
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # once a day
jobs:
auto-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Create local changes
run: |
./run.sh
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
author_name: zricethezav
branch: master