Skip to content

Commit

Permalink
chore(github-workflow): update issue_bankrupt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed Jun 5, 2024
1 parent eebe3c5 commit 7cb7823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_bankrupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
- run: corepack enable
- name: 'Bankrupt issues & send notification to Slack'
run: node ./.github/actions/next-repo-info/dist/bankrupt/index.mjs
run: node ./.github/actions/next-repo-actions/dist/bankrupt/index.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 comments on commit 7cb7823

Please sign in to comment.