Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
aayush2622 committed Feb 5, 2024
1 parent f4b9889 commit 9fad359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
@@ -105,7 +105,9 @@ jobs:
fi
contentbody=$( jq -nc --arg msg "Alpha-Build: <@719439449423085569> **$VERSION**:" --arg commits "$commit_messages" '{"content": ($msg + "\n" + $commits)}' )
curl -F "payload_json=${contentbody}" -F "dantotsu_debug=@app/build/outputs/apk/alpha/app-alpha.apk" ${{ secrets.DISCORD_WEBHOOK }}
telegram_message="Alpha-Build: $VERSION\n$commit_messages"
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendMessage" -d "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" -d "text=$telegram_message"
env:
COMMIT_LOG: ${{ env.COMMIT_LOG }}

0 comments on commit 9fad359

Please sign in to comment.