Skip to content

Commit 095f23d

Browse files
author
Steve Riesenberg
committed
Fix slack notifications in #spring-security-ci
Issue gh-11346
1 parent 0bf985e commit 095f23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
- name: Send Slack message
344344
# Workaround while waiting for Gamesight/slack-workflow-status#38 to be fixed
345345
# See https://github.com/Gamesight/slack-workflow-status/issues/38
346-
uses: sjohnr/slack-workflow-status@9eb3eb361c03f8bb9271782f987f472adfc31056
346+
uses: sjohnr/slack-workflow-status@v1-beta
347347
with:
348348
repo_token: ${{ secrets.GITHUB_TOKEN }}
349349
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)