Skip to content

Commit d257c8d

Browse files
authored
fix(icr): use correct path
1 parent 7a8d8e2 commit d257c8d

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)