diff --git a/.github/workflows/inactive-collaborator-report.yml b/.github/workflows/inactive-collaborator-report.yml index 1fa3819..a28bc44 100644 --- a/.github/workflows/inactive-collaborator-report.yml +++ b/.github/workflows/inactive-collaborator-report.yml @@ -28,5 +28,5 @@ jobs: uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | - const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs"); + const { default: report } = await import("${{github.workspace}}/.github/scripts/inactive-collaborators-report.mjs"); report(github, context);