Fix update check

This commit is contained in:
Xiaonan Shen
2020-04-18 01:00:18 -07:00
parent 3ce0700684
commit 5ea2608c8d
2 changed files with 8 additions and 5 deletions

View File

@@ -13,10 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
with:
ref: master
- name: Check Update
run: bash check-update.sh
run: bash update-check.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}