Skip to content

Commit

Permalink
Fix scripts for send telegram message
Browse files Browse the repository at this point in the history
  • Loading branch information
V1taS committed Dec 5, 2023
1 parent 12bff36 commit b45b1b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/send_telegram_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
run: |
python Scripts/send_telegram.py "🚀 New pull request created! 🚀
python Scripts/send_telegram.py "🎲 New pull request for **Random Pro** created! 🎲
Author: ${{ github.actor }}
Branch: ${{ github.head_ref }}
Pull Request URL: ${{ github.event.pull_request.html_url }}"
Pull Request URL: ${{ github.event.pull_request.html_url }}"
5 changes: 3 additions & 2 deletions .github/workflows/upload_to_app_store_connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@ jobs:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
run: |
python Scripts/send_telegram.py "😍 Release iOS ${{ env.MARKETING_VERSION }} 😍
python Scripts/send_telegram.py "🎲 Release **Random Pro** iOS ${{ env.MARKETING_VERSION }} 🎲
Автор: ${{ github.actor }}
Сборка №: ${{ env.MARKETING_VERSION }}/${{ env.CURRENT_PROJECT_VERSION }}
Проект: https://github.com/V1taS/Random-Pro
Для тестирования релизных сборок отправьте свой Apple ID ([email protected]) пользователю @V1taS
"
"

0 comments on commit b45b1b1

Please sign in to comment.