Skip to content

Commit

Permalink
Merge pull request #10364 from RasaHQ/dependabot-github_actions-8398a…
Browse files Browse the repository at this point in the history
…7-action-slack-3.12.0
  • Loading branch information
virtualroot committed Dec 17, 2021
2 parents a7e0282 + 8c65bb8 commit 27148f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-model-regression-on-schedule.yml
Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Notify Slack of Failure 😱
if: failure() && steps.issue-exists.outputs.result == 'false'
uses: 8398a7/action-slack@c84a35cfa82a01f3733a3cbf5d5260123e55c2f9 # v3
uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 # v3
with:
status: custom
fields: workflow,job,commit,repo,ref,author,took
Expand Down Expand Up @@ -586,7 +586,7 @@ jobs:
- name: Notify Slack when Performance Drops 💬
if: steps.performance.outputs.is_dropped == 'true' && steps.issue-exists.outputs.result == 'false'
uses: 8398a7/action-slack@c84a35cfa82a01f3733a3cbf5d5260123e55c2f9 #v3
uses: 8398a7/action-slack@c9ff874f8549f97317ec9f6162d5449ee77bc984 #v3
with:
status: custom
fields: workflow,job,commit,repo,ref,author,took
Expand Down

0 comments on commit 27148f8

Please sign in to comment.