Skip to content

Commit 377982c

Browse files
committed
ci: update
1 parent e708ed9 commit 377982c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: actions/github-script@v7
2121
with:
2222
script: |
23-
const { getLatestVersion } = await import('./.github/scripts/issues.cjs');
23+
const { getLatestVersion } = await import('${{ github.workspace }}/.github/scripts/lib.js');
2424
await getLatestVersion();

0 commit comments

Comments
 (0)