mirror of
https://github.com/Ryubing/Website.git
synced 2025-05-12 18:50:37 +01:00
fix workflow
This commit is contained in:
parent
b9e3ef37f6
commit
efa156691d
1 changed files with 2 additions and 5 deletions
7
.github/workflows/fetch-releases.yml
vendored
7
.github/workflows/fetch-releases.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
fetch-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -15,9 +15,6 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Debug - List Files
|
||||
run: ls -R $GITHUB_WORKSPACE
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
@ -30,4 +27,4 @@ jobs:
|
|||
|
||||
- name: run fetchreleases
|
||||
run: |
|
||||
npx tsx $GITHUB_WORKSPACE/src/lib/fetchReleases.ts
|
||||
npx tsx $GITHUB_WORKSPACE/src/lib/fetchreleases.ts
|
Loading…
Reference in a new issue