Fix update check

This commit is contained in:
Xiaonan Shen
2020-05-31 21:57:41 -07:00
parent 2c9ef4cd8d
commit b5fb47d96d
2 changed files with 5 additions and 16 deletions

View File

@@ -12,12 +12,12 @@ on:
- cron: '0 0 * * *' # runs everyday at midnight
jobs:
build:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
token: ${{ secrets.PERSONAL_TOKEN }}
- name: Check Update
run: bash update-check.sh
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}