Skip to content

Commit 5af1e8c

Browse files
Bump slackapi/slack-github-action from v3.0.1 to v3.0.2 in /.github/workflows (#13745)
1 parent 7ca403a commit 5af1e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- name: Check for failure and notify
151151
if: (needs.Benchmarks.result == 'failure' || needs.Tests.result == 'failure' || needs.Benchmarks.result == 'cancelled' || needs.Tests.result == 'cancelled') && github.repository == 'ultralytics/yolov5' && (github.event_name == 'schedule' || github.event_name == 'push') && github.run_attempt == '1'
152-
uses: slackapi/slack-github-action@v3.0.1
152+
uses: slackapi/slack-github-action@v3.0.2
153153
with:
154154
webhook-type: incoming-webhook
155155
webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}

0 commit comments

Comments
 (0)