Skip to content

Commit 417489e

Browse files
authored
ci: removed commit hash from slack action (#583)
1 parent b1d3301 commit 417489e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
url: [SLACK_WEBHOOK_ASK_DEVREL_URL, SLACK_WEBHOOK_DEVREL_TOOLING_URL, SLACK_WEBHOOK_DEVREL_PRIVATE_URL, SLACK_WEBHOOK_COMMUNITY]
4242
steps:
4343
- name: Send to Slack channels
44-
uses: slackapi/slack-github-action@79ad3a9d89410e5b0d961a0e7422f18c62c81bfb
44+
uses: slackapi/slack-github-action@v2.0.0
4545
with:
4646
webhook: ${{ secrets[matrix.url] }}
4747
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)