File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 os : [ubuntu-latest]
1616 steps :
1717 - name : Notify slack success
18- if : success()
19- id : slack # IMPORTANT: reference this step ID value in future Slack steps
20- env :
21- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
22- uses : voxmedia/github-action-slack-notify-build@v1.1.1
23- with :
24- channel : github-actions
25- status : STARTING
26- color : warning
18+ if : success()
19+ id : slack # IMPORTANT: reference this step ID value in future Slack steps
20+ env :
21+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
22+ uses : voxmedia/github-action-slack-notify-build@v1.1.1
23+ with :
24+ channel : github-actions
25+ status : STARTING
26+ color : warning
2727
2828 - uses : actions/checkout@v2
2929 - uses : php-actions/composer@v1
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Notify slack success
15- if : success()
16- id : slack # IMPORTANT: reference this step ID value in future Slack steps
17- env :
18- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
19- uses : voxmedia/github-action-slack-notify-build@v1.1.1
20- with :
21- channel : github-actions
22- status : STARTING
23- color : warning
15+ if : success()
16+ id : slack # IMPORTANT: reference this step ID value in future Slack steps
17+ env :
18+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
19+ uses : voxmedia/github-action-slack-notify-build@v1.1.1
20+ with :
21+ channel : github-actions
22+ status : STARTING
23+ color : warning
2424
2525 - uses : actions/checkout@v2
2626 - uses : php-actions/composer@v1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Notify slack success
12- if : success()
13- id : slack # IMPORTANT: reference this step ID value in future Slack steps
14- env :
15- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
16- uses : voxmedia/github-action-slack-notify-build@v1.1.1
17- with :
18- channel : github-actions
19- status : STARTING
20- color : warning
12+ if : success()
13+ id : slack # IMPORTANT: reference this step ID value in future Slack steps
14+ env :
15+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
16+ uses : voxmedia/github-action-slack-notify-build@v1.1.1
17+ with :
18+ channel : github-actions
19+ status : STARTING
20+ color : warning
2121
2222 - uses : actions/checkout@v2
2323 - uses : php-actions/composer@v1
You can’t perform that action at this time.
0 commit comments