Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/mainnet-api-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ jobs:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: markdown
message: |
🚨 *bold \*Deploy API Mainnet Failed* 🚨
🚨 *Deploy API Mainnet Failed* 🚨

🔗 Repository: ${{ github.repository }}
📝 Commit: ${{ github.event.commits[0].message }}
👤 Author: ${{ github.actor }}
⛓️‍💥 App: ${{ inputs.app_name }}
🔗 *Repository*: [${{ github.repository }}](https://github.com/${{ github.repository }})
📝 *Commit*: ${{ github.event.commits[0].message }}
👤 *Author*: ${{ github.actor }}
⛓️‍💥 *App*: ${{ inputs.app_name }}

⚠️ *bold \*Failed Job:*
🔍 [View Logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

Please investigate and fix ASAP! 🔧
Please investigate and fix *ASAP*! 🔧

smoke-tests:
needs: [deploy-mainnet]
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@ jobs:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: markdown
message: |
🚨 *bold \*Smoke Tests Failed* 🚨
🚨 *Smoke Tests Failed* 🚨

🔗 Repository: ${{ github.repository }}
📝 Commit: ${{ github.event.commits[0].message }}
👤 Author: ${{ github.actor }}
⛓️‍💥 App: ${{ inputs.app_name }}
🔗 *Repository*: [${{ github.repository }}](https://github.com/${{ github.repository }})
📝 *Commit*: ${{ github.event.commits[0].message }}
👤 *Author*: ${{ github.actor }}
⛓️‍💥 *App*: ${{ inputs.app_name }}

⚠️ *bold \*Failed Tests:*
🔍 [View Logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

Please investigate and fix ASAP! 🔧
Please investigate and fix *ASAP*! 🔧
13 changes: 6 additions & 7 deletions .github/workflows/testnet-api-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,16 @@ jobs:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: markdown
message: |
🚨 *bold \*Deploy API Testnet Failed* 🚨
🚨 *Deploy API Testnet Failed* 🚨

🔗 Repository: ${{ github.repository }}
📝 Commit: ${{ github.event.commits[0].message }}
👤 Author: ${{ github.actor }}
⛓️‍💥 App: ${{ inputs.app_name }}
🔗 *Repository*: [${{ github.repository }}](https://github.com/${{ github.repository }})
📝 *Commit*: ${{ github.event.commits[0].message }}
👤 *Author*: ${{ github.actor }}
⛓️‍💥 *App*: ${{ inputs.app_name }}

⚠️ *bold \*Failed Job:*
🔍 [View Logs](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

Please investigate and fix ASAP! 🔧
Please investigate and fix *ASAP*! 🔧

smoke-tests:
needs: [deploy-testnet]
Expand Down