Skip to content

Commit

Permalink
Update xxc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Aug 30, 2024
1 parent a677fc3 commit e76b23c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
$telegramBotToken = '${{ secrets.TELEGRAM_BOT_TOKEN }}'
$telegramChatId = '${{ secrets.TELEGRAM_CHAT_ID }}'
$releaseUrl = 'https://github.com/${{ github.repository }}/releases/tag/${{ steps.get_version.outputs.VERSION }}'
$message = '🎉 *Новый релиз:* ${{ github.event.inputs.namevers }}\n\n📦 *Версия:* ${{ steps.get_version.outputs.VERSION }}\n\n📝 *Описание:* ${{ github.event.inputs.descr }}\n\n🔧 *Solution Name:* ${{ env.Solution_Name }}\n\n🔗 Ссылка на релиз'
$message = "🎉 *Новый релиз:* ${{ github.event.inputs.namevers }}\n📦 *Версия:* ${{ steps.get_version.outputs.VERSION }}\n📝 *Описание:* ${{ github.event.inputs.descr }}\n🔧 *Solution Name:* ${{ env.Solution_Name }}\n🔗 Ссылка на релиз: $releaseUrl"
$uri = 'https://api.telegram.org/bot' + $telegramBotToken + '/sendMessage'
$body = @{
chat_id = $telegramChatId
Expand All @@ -55,3 +55,4 @@ jobs:

0 comments on commit e76b23c

Please sign in to comment.