Замена русских слов на английские в уведомлениях
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 17s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -90,9 +90,9 @@ jobs:
|
||||
*play-life*
|
||||
`${{ steps.version_check.outputs.commit_message }}`
|
||||
|
||||
Сборка: ✅
|
||||
Регистрация: ⏭️
|
||||
Публикация: ⏭️
|
||||
Build: ✅
|
||||
Registration: ⏭️
|
||||
Deploy: ⏭️
|
||||
|
||||
- name: Deploy to Production Server
|
||||
id: deploy
|
||||
@@ -165,9 +165,9 @@ jobs:
|
||||
*play-life*
|
||||
`${{ steps.version_check.outputs.commit_message }}`
|
||||
|
||||
Сборка: ✅
|
||||
Регистрация: ✅
|
||||
Публикация: ✅
|
||||
Build: ✅
|
||||
Registration: ✅
|
||||
Deploy: ✅
|
||||
|
||||
- name: Send Telegram notification (push failure)
|
||||
if: steps.build.outcome == 'success' && steps.version_check.outputs.changed == 'true' && steps.push.outcome == 'failure'
|
||||
@@ -180,9 +180,9 @@ jobs:
|
||||
*play-life*
|
||||
`${{ steps.version_check.outputs.commit_message }}`
|
||||
|
||||
Сборка: ✅
|
||||
Регистрация: ❌
|
||||
Публикация: ⏭️
|
||||
Build: ✅
|
||||
Registration: ❌
|
||||
Deploy: ⏭️
|
||||
|
||||
- name: Send Telegram notification (deploy failure)
|
||||
if: steps.build.outcome == 'success' && steps.push.outcome == 'success' && steps.version_check.outputs.changed == 'true' && steps.deploy.outcome == 'failure'
|
||||
@@ -195,9 +195,9 @@ jobs:
|
||||
*play-life*
|
||||
`${{ steps.version_check.outputs.commit_message }}`
|
||||
|
||||
Сборка: ✅
|
||||
Регистрация: ✅
|
||||
Публикация: ❌
|
||||
Build: ✅
|
||||
Registration: ✅
|
||||
Deploy: ❌
|
||||
|
||||
- name: Send Telegram notification (build failure)
|
||||
if: steps.build.outcome == 'failure'
|
||||
@@ -210,6 +210,6 @@ jobs:
|
||||
*play-life*
|
||||
`${{ steps.version_check.outputs.commit_message }}`
|
||||
|
||||
Сборка: ❌
|
||||
Регистрация: ⏭️
|
||||
Публикация: ⏭️
|
||||
Build: ❌
|
||||
Registration: ⏭️
|
||||
Deploy: ⏭️
|
||||
Reference in New Issue
Block a user