From 892c4509a333e789bbd442cec12e453cfce2f9ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:00:43 +0000 Subject: [PATCH] Update rtCamp/action-slack-notify action to v2.3.2 --- .github/workflows/assign_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/assign_issue.yml b/.github/workflows/assign_issue.yml index d980a54..e2dbded 100644 --- a/.github/workflows/assign_issue.yml +++ b/.github/workflows/assign_issue.yml @@ -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.3.2 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.3.2 if: failure() env: SLACK_CHANNEL: issue