diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf1fb4b..375e4aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,17 +65,17 @@ jobs: format: markdown - name: Telegram Relayer Channel Notification - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }} - token: ${{ secrets.TELEGRAM_BOT_TOKEN }} - message: | - 🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`. + uses: appleboy/telegram-action@master + with: + to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }} + token: ${{ secrets.TELEGRAM_BOT_TOKEN }} + message: | + 🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`. - ❗️Please update your sidechains nodes ❗️ - DO NOT TOUCH MAINNET AND NOVA RELAYERS. - debug: true - format: markdown + ❗️Please update your sidechains nodes ❗️ + DO NOT TOUCH MAINNET AND NOVA RELAYERS. + debug: true + format: markdown - name: Discord Relayer Channel Notification env: @@ -83,10 +83,10 @@ jobs: uses: Ilshidur/action-discord@master with: args: | - 🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`. + 🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`. - ❗️Please update your sidechains nodes ❗️ - DO NOT TOUCH MAINNET AND NOVA RELAYERS. + ❗️Please update your sidechains nodes ❗️ + DO NOT TOUCH MAINNET AND NOVA RELAYERS. - name: Telegram Failure Notification uses: appleboy/telegram-action@master