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 cc55f13 commit eb5b8edCopy full SHA for eb5b8ed
.github/workflows/docker-moby-latest.yml
@@ -70,8 +70,9 @@ jobs:
70
- name: Notify to Slack on failures
71
if: failure()
72
id: slack
73
- uses: slackapi/slack-github-action@v1.26.0
+ uses: slackapi/slack-github-action@v2.0.0
74
with:
75
+ payload-templated: true
76
payload-file-path: "./payload-slack-content.json"
77
env:
78
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_DOCKER_LATEST_WEBHOOK }}
0 commit comments