mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
CI: Override default notifications
This commit is contained in:
4
.github/workflows/build_debug_apk.yml
vendored
4
.github/workflows/build_debug_apk.yml
vendored
@@ -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…
|
||||
Reference in New Issue
Block a user