feat: sed 's/ *\[.*\) *//g'

This commit is contained in:
ibo
2024-06-23 19:13:38 +02:00
committed by GitHub
parent 2e6962060b
commit 7780cf6b7f

View File

@@ -249,7 +249,7 @@ jobs:
# ${{ secrets.DISCORD_WEBHOOK }}
# Send Telegram message without uploading APK
# commit_messages=$(echo "$COMMIT_LOG" | sed 's/[ ]*\[.*$//')
# commit_messages=$(echo "$COMMIT_LOG" | sed 's/ *\[.*\) *//g')
# curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
# -F "document=@app/build/outputs/apk/google/alpha/app-google-alpha.apk" \
# -F "caption=Alpha-Build: ${VERSION}: ${commit_messages}" \