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 106dd47 commit 8bc8204Copy full SHA for 8bc8204
.github/workflows/publish.yml
@@ -40,8 +40,10 @@ jobs:
40
matrix:
41
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL]
42
steps:
43
- - name: Send to Slack channels
+ - name: Send to slack channels
44
uses: slackapi/slack-github-action@v2.0.0
45
+ if: always();
46
+ continue-on-error: true
47
with:
48
webhook: ${{ secrets[matrix.url] }}
49
webhook-type: incoming-webhook
0 commit comments