Skip to content

Commit

Permalink
Upgrade homoluctus/slatify to master
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jan 23, 2020
1 parent 8c562bc commit 39f9d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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) }}
Expand All @@ -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*'
Expand Down

0 comments on commit 39f9d2b

Please sign in to comment.