From 39f9d2b65866a99ab8e92914c4b07c2dc619a80a Mon Sep 17 00:00:00 2001 From: sue445 Date: Thu, 23 Jan 2020 21:44:38 +0900 Subject: [PATCH] Upgrade homoluctus/slatify to master --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83a4ee2..ec78f73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: continue-on-error: true - name: Slack Notification (not success) - uses: homoluctus/slatify@v2.0.0 + uses: homoluctus/slatify@master if: "! success()" with: job_name: ${{ format('*build* ({0})', matrix.ruby) }} @@ -93,7 +93,7 @@ jobs: steps: - name: Slack Notification (success) - uses: homoluctus/slatify@v2.0.0 + uses: homoluctus/slatify@master if: always() with: job_name: '*build*'