diff --git a/.github/workflows/build_debug_apk.yml b/.github/workflows/build_debug_apk.yml index 098cf27ada..de70b235ae 100644 --- a/.github/workflows/build_debug_apk.yml +++ b/.github/workflows/build_debug_apk.yml @@ -16,7 +16,7 @@ jobs: with: to: ${{ secrets.TELEGRAM_CI_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_CI_BOT_TOKEN }} - format: New push to
11-dev
. Building debug APK… + message: New push to “11-dev”. Building debug APK… build-debug-apk: runs-on: ubuntu-latest needs: send-start-notification @@ -63,4 +63,4 @@ jobs: to: ${{ secrets.TELEGRAM_CI_CHANNEL_ID }} token: ${{ secrets.TELEGRAM_CI_BOT_TOKEN }} document: artifacts/debug-apk/**.apk - format: Build finished with status
${{ env.WORKFLOW_CONCLUSION }}
. Uploading APK if available… \ No newline at end of file + message: Build finished with status “${{ env.WORKFLOW_CONCLUSION }}”. Uploading APK if available… \ No newline at end of file