We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ea64b commit 8aceb70Copy full SHA for 8aceb70
.github/workflows/contributor-issue-comment.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
github-token: ${{ steps.generate-token.outputs.token }}
62
script: |
63
- const script = require('./scripts/notify_team_new_comment.js');
+ const script = require('./scripts/contributor-issue-comment.js');
64
return await script({github, context, core});
65
env:
66
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
scripts/notify_team_new_comment.js scripts/contributor-issue-comment.jsscripts/notify_team_new_comment.js renamed to scripts/contributor-issue-comment.js
0 commit comments