Skip to content

Commit d0d1b32

Browse files
authored
fix(ci): use web-team check
1 parent 203c95c commit d0d1b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/inactive-collaborator-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
find:
15-
if: github.repository == 'nodejs/nodejs.org'
15+
if: github.repository == 'nodejs/web-team'
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -29,4 +29,4 @@ jobs:
2929
with:
3030
script: |
3131
const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
32-
report(github, context);
32+
report(github, context);

0 commit comments

Comments
 (0)