Skip to content

Commit d392b56

Browse files
authored
fix(icr): fix remaining issues with ICR script
1 parent 793f082 commit d392b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/inactive-collaborators-report.mjs");
31+
const { default: report } = await import("${{github.workspace}}/.github/scripts/inactive-collaborator-report.mjs");
3232
report(github, context);

0 commit comments

Comments
 (0)