Skip to content

Commit

Permalink
Text minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mj52951 committed Jun 6, 2024
1 parent 63ff59f commit fcfd2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fields: all
custom_payload: |
{
text: `Changes have been detected.\nPlease restart your relayer(s) on:\n\n*MAINNET* ${{ env.MAINNET_CHANGED }}\n*TESTNET* ${{ env.TESTNET_CHANGED }}\n\nIf a new network was added with these changes, you will have to expand your local relayer(s) configuration.\n\nFor more details feel free to contact the Sygma team.`,
text: `Changes have been detected.\nPlease restart your relayer(s) on:\n\n*MAINNET* ${{ env.MAINNET_CHANGED }}\n*TESTNET* ${{ env.TESTNET_CHANGED }}\n\nIf a new network was added with these changes, you will have to expand the configuration of your local relayer(s).\n\nFor more details feel free to contact the Sygma team.`,
attachments: [{
color: 'good',
fields: [
Expand Down

0 comments on commit fcfd2c0

Please sign in to comment.