Skip to content

Commit 4de24aa

Browse files
committed
Update slack action
1 parent 51003e4 commit 4de24aa

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
@@ -12,7 +12,7 @@ jobs:
1212
IMAGE_NAME: ${{ github.repository }}/alerta-cli
1313
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
1414
steps:
15-
- uses: alerta/actions/slacky@master
15+
- uses: act10ns/slack@v1
1616
with:
1717
status: starting
1818
channel: '#workflows'
@@ -38,7 +38,7 @@ jobs:
3838
id: docker-push
3939
run: docker push $REPOSITORY_URL/$IMAGE_NAME
4040

41-
- uses: alerta/actions/slacky@master
41+
- uses: act10ns/slack@v1
4242
with:
4343
status: ${{ job.status }}
4444
steps: ${{ toJson(steps) }}

0 commit comments

Comments
 (0)