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 b1d3301 commit 417489eCopy full SHA for 417489e
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY]
42
steps:
43
- name: Send to Slack channels
44
- uses: slackapi/slack-github-action@79ad3a9d89410e5b0d961a0e7422f18c62c81bfb
+ uses: slackapi/slack-github-action@v2.0.0
45
with:
46
webhook: ${{ secrets[matrix.url] }}
47
webhook-type: incoming-webhook
0 commit comments