Skip to content

Commit 630fbbf

Browse files
author
Inbal Tako
committed
Test github actions
1 parent 673ec41 commit 630fbbf

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
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

0 commit comments

Comments
 (0)