mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:51:03 +00:00
feat: fix sed text cutter
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -232,7 +232,7 @@ jobs:
|
||||
# ${{ secrets.DISCORD_WEBHOOK }}
|
||||
|
||||
# Send Telegram message without uploading APK
|
||||
commit_messages=$(echo "$COMMIT_LOG" | sed 's/[ ]*\[.*$//' message)
|
||||
commit_messages=$(echo "$COMMIT_LOG" | sed 's/[ ]*\[.*$//')
|
||||
curl -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" \
|
||||
-d "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
|
||||
-d "text=Alpha-Build: ${VERSION}: ${commit_messages}"
|
||||
|
||||
Reference in New Issue
Block a user