Skip to content

Commit 38e7c78

Browse files
authored
Merge pull request #2 from nodejs/fix/icr
fix(icr): use correct path
2 parents 7a8d8e2 + d257c8d commit 38e7c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inactive-collaborator-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2929
with:
3030
script: |
31-
const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
31+
const { default: report } = await import("${{github.workspace}}/.github/scripts/inactive-collaborators-report.mjs");
3232
report(github, context);

0 commit comments

Comments
 (0)