mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:51:03 +00:00
feat: sed 's/ *\[.*\) *//g'
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user