Skip to content

Commit ae5d431

Browse files
committed
Fix slack action
1 parent 7f1971e commit ae5d431

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
IMAGE_NAME: ${{ github.repository }}/alerta-cli
1313
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1414
steps:
15-
- uses: act10ns/slack@v1
16-
with:
17-
status: starting
18-
channel: '#actions'
19-
if: always()
2015
- name: Checkout
2116
uses: actions/checkout@v2
2217
- name: Variables
@@ -42,5 +37,4 @@ jobs:
4237
with:
4338
status: ${{ job.status }}
4439
steps: ${{ toJson(steps) }}
45-
channel: '#actions'
4640
if: always()

.github/workflows/github-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
python-version: [3.6, 3.7, 3.8, 3.9]
1919

2020
steps:
21-
- uses: act10ns/slack@v1
22-
with:
23-
status: starting
24-
channel: '#github-ci'
25-
if: always()
2621
- name: Checkout
2722
uses: actions/checkout@v2
2823
- name: Python ${{ matrix.python-version }}
@@ -73,5 +68,4 @@ jobs:
7368
with:
7469
status: ${{ job.status }}
7570
steps: ${{ toJson(steps) }}
76-
channel: '#github-ci'
7771
if: always()

0 commit comments

Comments
 (0)