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 c59b16b commit f216a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
$telegramChatId = '${{ secrets.TELEGRAM_CHAT_ID }}'
$releaseUrl = 'https://github.com/${{ github.repository }}/releases/tag/${{ steps.get_version.outputs.VERSION }}'
$message = @"
<b>🎉 Новый релиз:</b> ${{ github.event.inputs.namevers }}
<b>📦 Версия:</b> ${{ steps.get_version.outputs.VERSION }}
<b>📝 Описание:</b> ${{ github.event.inputs.descr }}
<b>🔧 Solution Name:</b> ${{ env.Solution_Name }}
<b>🔗 Ссылка на релиз:</b> <a href='$releaseUrl'>$releaseUrl</a>
<b>🎉 Новый релиз:</b> ${{ github.event.inputs.namevers }}
<b>📦 Версия:</b> ${{ steps.get_version.outputs.VERSION }}
<b>📝 Описание:</b> ${{ github.event.inputs.descr }}
<b>🔧 Solution Name:</b> ${{ env.Solution_Name }}
<b>🔗 Ссылка на релиз:</b> <a href='$releaseUrl'>$releaseUrl</a>
"@
$uri = 'https://api.telegram.org/bot' + $telegramBotToken + '/sendMessage'
$body = @{
Expand Down

0 comments on commit f216a6d

Please sign in to comment.