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