Skip to content

Commit 4dad72f

Browse files
committed
Issue #37: yml
1 parent 96660af commit 4dad72f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
run: smalltalkci -s ${{ matrix.smalltalk }}
2626
shell: bash
2727
timeout-minutes: 20
28-
slack-workflow-status:
29-
if: always()
30-
name: Post Workflow Status To Slack
31-
needs:
32-
-test
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Slack Workflow Notification
36-
uses: Gamesight/slack-workflow-status@master
37-
with:
38-
repo_token: ${{secrets.GITHUB_TOKEN}}
39-
slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
40-
name: 'action run'
28+
slack-workflow-status:
29+
if: always()
30+
name: Post Workflow Status To Slack
31+
needs:
32+
-test
33+
runs-on: ubuntu-latest
34+
steps:
35+
- name: Slack Workflow Notification
36+
uses: Gamesight/slack-workflow-status@master
37+
with:
38+
repo_token: ${{secrets.GITHUB_TOKEN}}
39+
slack_webhook_url: ${{secrets.SLACK_DALEHENRICH}}
40+
name: 'action run'

0 commit comments

Comments
 (0)