Fix update check
This commit is contained in:
parent
3ce0700684
commit
5ea2608c8d
2 changed files with 8 additions and 5 deletions
4
.github/workflows/update-check.yaml
vendored
4
.github/workflows/update-check.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue