We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8d8e2 commit d257c8dCopy full SHA for d257c8d
.github/workflows/inactive-collaborator-report.yml
@@ -28,5 +28,5 @@ jobs:
28
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
29
with:
30
script: |
31
- 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");
32
report(github, context);
0 commit comments