fix: workflow

This commit is contained in:
Danil Kovtonyuk 2022-04-13 21:52:53 +10:00
parent 692ab64d49
commit 220a71fe09
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746

@ -65,17 +65,17 @@ jobs:
format: markdown format: markdown
- name: Telegram Relayer Channel Notification - name: Telegram Relayer Channel Notification
uses: appleboy/telegram-action@master uses: appleboy/telegram-action@master
with: with:
to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }} to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
message: | 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`. 🚀 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 ❗️ Please update your sidechains nodes ❗️
DO NOT TOUCH MAINNET AND NOVA RELAYERS. DO NOT TOUCH MAINNET AND NOVA RELAYERS.
debug: true debug: true
format: markdown format: markdown
- name: Discord Relayer Channel Notification - name: Discord Relayer Channel Notification
env: env:
@ -83,10 +83,10 @@ jobs:
uses: Ilshidur/action-discord@master uses: Ilshidur/action-discord@master
with: with:
args: | 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 ❗️ Please update your sidechains nodes ❗️
DO NOT TOUCH MAINNET AND NOVA RELAYERS. DO NOT TOUCH MAINNET AND NOVA RELAYERS.
- name: Telegram Failure Notification - name: Telegram Failure Notification
uses: appleboy/telegram-action@master uses: appleboy/telegram-action@master