Skip to content

Commit f828887

Browse files
committed
Fix Slack notifier workflow failure
1 parent e96e418 commit f828887

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cb-service-container.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
command: npm test
7474
- name: Report Status
7575
if: always()
76-
uses: ravsamhq/notify-slack-action@v1
76+
continue-on-error: true
77+
uses: ravsamhq/notify-slack-action@v2
7778
with:
7879
status: ${{ job.status }}
7980
notify_when: 'failure,warnings'

0 commit comments

Comments
 (0)