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.
web-team
1 parent 203c95c commit d0d1b32Copy full SHA for d0d1b32
.github/workflows/inactive-collaborator-report.yml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
find:
15
- if: github.repository == 'nodejs/nodejs.org'
+ if: github.repository == 'nodejs/web-team'
16
runs-on: ubuntu-latest
17
18
steps:
@@ -29,4 +29,4 @@ jobs:
29
with:
30
script: |
31
const { default: report } = await import("${{github.workspace}}/.github/scripts/report-inactive-collaborators.mjs");
32
- report(github, context);
+ report(github, context);
0 commit comments