Skip to content

Commit 7f1971e

Browse files
authored
Update slack channel
1 parent 89df883 commit 7f1971e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: act10ns/slack@v1
1616
with:
1717
status: starting
18-
channel: '#workflows'
18+
channel: '#actions'
1919
if: always()
2020
- name: Checkout
2121
uses: actions/checkout@v2
@@ -42,5 +42,5 @@ jobs:
4242
with:
4343
status: ${{ job.status }}
4444
steps: ${{ toJson(steps) }}
45-
channel: '#workflows'
45+
channel: '#actions'
4646
if: always()

0 commit comments

Comments
 (0)