CI: Override default notifications

This commit is contained in:
Patryk Michalik
2021-03-17 09:33:55 +01:00
parent 8bc4838420
commit 13ef33d889

View File

@@ -16,7 +16,7 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_CI_CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_CI_BOT_TOKEN }}
format: New push to <pre>11-dev</pre>. 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 <pre>${{ env.WORKFLOW_CONCLUSION }}</pre>. Uploading APK if available…
message: Build finished with status ${{ env.WORKFLOW_CONCLUSION }}. Uploading APK if available…