We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98b287 commit 11f83b5Copy full SHA for 11f83b5
1 file changed
.github/workflows/activity-notifications.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup
14
uses: ./.github/actions/setup
15
- name: Popular Issues to Slack
16
- run: node ./.github/actions/activity/dist/index.js
+ run: node ./.github/actions/activity/dist/popular-issues.js
17
continue-on-error: true
18
- name: New Issues to Slack
19
run: node ./.github/actions/activity/dist/new-issues.js
0 commit comments