We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51003e4 commit 4de24aaCopy full SHA for 4de24aa
1 file changed
.github/workflows/docker.yml
@@ -12,7 +12,7 @@ jobs:
12
IMAGE_NAME: ${{ github.repository }}/alerta-cli
13
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
14
steps:
15
- - uses: alerta/actions/slacky@master
+ - uses: act10ns/slack@v1
16
with:
17
status: starting
18
channel: '#workflows'
@@ -38,7 +38,7 @@ jobs:
38
id: docker-push
39
run: docker push $REPOSITORY_URL/$IMAGE_NAME
40
41
42
43
status: ${{ job.status }}
44
steps: ${{ toJson(steps) }}
0 commit comments