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 793f082 commit d392b56Copy full SHA for d392b56
1 file changed
.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/inactive-collaborators-report.mjs");
+ const { default: report } = await import("${{github.workspace}}/.github/scripts/inactive-collaborator-report.mjs");
32
report(github, context);
0 commit comments