Skip to content

Commit 38210a0

Browse files
authored
Update find-inactive-collaborators.yml
1 parent 54f26da commit 38210a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
script: |
3030
const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
31-
report(github, exec, context);
31+
report(github, context);

0 commit comments

Comments
 (0)