From 13ef33d889f94ef7379342a2b58181ef57caa75b Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Wed, 17 Mar 2021 09:33:55 +0100 Subject: [PATCH] CI: Override default notifications --- .github/workflows/build_debug_apk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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