Skip to content

Commit 11f83b5

Browse files
committed
chore: adjust workflow execution
1 parent c98b287 commit 11f83b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/activity-notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup
1414
uses: ./.github/actions/setup
1515
- name: Popular Issues to Slack
16-
run: node ./.github/actions/activity/dist/index.js
16+
run: node ./.github/actions/activity/dist/popular-issues.js
1717
continue-on-error: true
1818
- name: New Issues to Slack
1919
run: node ./.github/actions/activity/dist/new-issues.js

0 commit comments

Comments
 (0)