Skip to content

Commit 8aceb70

Browse files
committed
Rename script
to align it with the new workflow name.
1 parent 67ea64b commit 8aceb70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/contributor-issue-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
github-token: ${{ steps.generate-token.outputs.token }}
6262
script: |
63-
const script = require('./scripts/notify_team_new_comment.js');
63+
const script = require('./scripts/contributor-issue-comment.js');
6464
return await script({github, context, core});
6565
env:
6666
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)