Skip to content

Commit

Permalink
[test] Test self actions in cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Nov 12, 2019
1 parent 9585906 commit 14bb045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@master

- name: Slack Notification
uses: homoluctus/slatify@${{ github.head_ref }}
uses: ./
if: always()
with:
type: ${{ job.status }}
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@master

- name: Slack Notification
uses: homoluctus/slatify@${{ github.head_ref }}
uses: ./
if: always()
with:
type: ${{ job.status }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: exit 1

- name: Slack Notification
uses: homoluctus/slatify@${{ github.head_ref }}
uses: ./
if: always()
with:
type: ${{ job.status }}
Expand All @@ -70,7 +70,7 @@ jobs:
run: sleep 60

- name: Slack Notification
uses: homoluctus/slatify@${{ github.head_ref }}
uses: ./
if: always()
with:
type: ${{ job.status }}
Expand Down

0 comments on commit 14bb045

Please sign in to comment.