Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 64beed6

Browse files
authored
Change <@channel> to <!channel> (#1007)
A small fix after 7b55f0d: I followed the syntax in the `[email protected]` changelog (`<@channel>`), but it's not actually mentioning the `@channel` group. Bring back the old syntax `<!channel>` which should work correctly. Signed-off-by: Piotr Grabowski <[email protected]>
1 parent 7b55f0d commit 64beed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
token: ${{ secrets.SLACK_BOT_TOKEN }}
7979
payload: |
8080
channel: ${{ secrets.SLACK_CHANNEL_ID }}
81-
text: ":exclamation: *Integration tests failed.* :exclamation: <@channel>\n*Last commit by:* ${{ steps.get_author.outputs.author }}\n*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
81+
text: ":exclamation: *Integration tests failed.* :exclamation: <!channel>\n*Last commit by:* ${{ steps.get_author.outputs.author }}\n*Workflow run URL:* ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
8282
8383
- name: Send Slack notification on success
8484
if: ${{ success() && github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)