We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e708ed9 commit 377982cCopy full SHA for 377982c
1 file changed
.github/workflows/ci.yaml
@@ -20,5 +20,5 @@ jobs:
20
uses: actions/github-script@v7
21
with:
22
script: |
23
- const { getLatestVersion } = await import('./.github/scripts/issues.cjs');
+ const { getLatestVersion } = await import('${{ github.workspace }}/.github/scripts/lib.js');
24
await getLatestVersion();
0 commit comments