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 89ec9e9 commit d091395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
continue-on-error: ${{ matrix.allow_failures == '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 @@ -76,7 +76,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 d091395

Please sign in to comment.