4.0.1: Исправление кодировки пароля БД
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m7s
This commit is contained in:
@@ -76,11 +76,8 @@ jobs:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: |
|
||||
✅ Сборка и публикация успешны!
|
||||
|
||||
Проект: play-life
|
||||
Версия: ${{ steps.version_check.outputs.current }}
|
||||
Коммит: ${{ steps.version_check.outputs.commit_message }}
|
||||
✅ play-life: успешная публикация!
|
||||
${{ steps.version_check.outputs.commit_message }}
|
||||
|
||||
- name: Send Telegram notification (failure)
|
||||
if: failure()
|
||||
@@ -89,11 +86,8 @@ jobs:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: |
|
||||
❌ Сборка завершилась с ошибкой!
|
||||
|
||||
Проект: play-life
|
||||
Версия: ${{ steps.version_check.outputs.current }}
|
||||
Коммит: ${{ steps.version_check.outputs.commit_message }}
|
||||
❌ play-life: ошибка сборки или публикации!
|
||||
${{ steps.version_check.outputs.commit_message }}
|
||||
|
||||
- name: Send Telegram notification (skipped)
|
||||
if: steps.version_check.outputs.changed == 'false'
|
||||
@@ -102,7 +96,5 @@ jobs:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: |
|
||||
ℹ️ Сборка пропущена
|
||||
|
||||
Проект: play-life
|
||||
Версия не изменилась: ${{ steps.version_check.outputs.current }}
|
||||
ℹ️ play-life: публикация пропущена
|
||||
${{ steps.version_check.outputs.commit_message }}
|
||||
Reference in New Issue
Block a user