Skip to content

Commit

Permalink
Update rtCamp/action-slack-notify action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2021
1 parent d9b728e commit 2e66f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
# ----------------------------------- slackへ通知 ----------------------------------------------------------------
- name: Slack Notification on Success # テスト成功時はこちらのステップが実行される
if: success()
uses: rtCamp/action-slack-notify@v2.0.2
uses: rtCamp/action-slack-notify@v2.2.0
env:
SLACK_CHANNEL: issue
SLACK_TITLE: New Issue Created
SLACK_COLOR: good
- name: Slack Notification on Failure # テスト失敗時はこちらのステップが実行される
uses: rtCamp/action-slack-notify@v2.0.2
uses: rtCamp/action-slack-notify@v2.2.0
if: failure()
env:
SLACK_CHANNEL: issue
Expand Down

0 comments on commit 2e66f4d

Please sign in to comment.