mirror of
https://github.com/Ryubing/Website.git
synced 2025-05-13 03:00:37 +01:00
blub
This commit is contained in:
parent
9a93ba24bc
commit
792efe24b3
1 changed files with 4 additions and 1 deletions
5
.github/workflows/fetch-releases.yml
vendored
5
.github/workflows/fetch-releases.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Debug - List Files
|
||||
run: ls -R $GITHUB_WORKSPACE
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
@ -25,4 +28,4 @@ jobs:
|
|||
|
||||
- name: run fetchreleases
|
||||
run: |
|
||||
npx tsx ./src/lib/fetchReleases.ts
|
||||
npx tsx $GITHUB_WORKSPACE/src/lib/fetchReleases.ts
|
Loading…
Reference in a new issue