Skip to content

Commit

Permalink
Merge pull request #24 from sue445/migrator/20200123214011_slatify_ma…
Browse files Browse the repository at this point in the history
…ster

Upgrade homoluctus/slatify to master
  • Loading branch information
sue445 committed Jan 23, 2020
2 parents 83d65aa + de034a3 commit 8520d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -71,7 +71,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 @@ -88,7 +88,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 8520d21

Please sign in to comment.