Skip to content

Commit

Permalink
PM-1764 - Test Slack Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Jun 17, 2024
1 parent f16c120 commit 52877fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: 'test-slack-api'
slack-message: "Unable to sync a Mina Node using ${{ matrix.seed }}"
slack-message: "Failed to synchronize with Mina Node using seed peer:/n *${{ matrix.seed }}*"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 52877fe

Please sign in to comment.