We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefbf49 commit 5f36278Copy full SHA for 5f36278
.github/workflows/find-inactive-collaborators.yml
@@ -27,5 +27,5 @@ jobs:
27
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
28
with:
29
script: |
30
- const report = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
+ const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
31
report(github, exec);
0 commit comments