fix final final final (#8719)

This commit is contained in:
hailey
2025-07-24 21:07:06 -07:00
committed by GitHub
parent caeaff157c
commit c6b578fe91
4 changed files with 43 additions and 15 deletions
+5 -2
View File
@@ -81,6 +81,7 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
header: pull-request-eas-build-${{ github.sha }}
number: ${{ github.event.issue.number }}
message: |
An OTA deployment has been requested and is now running...
@@ -158,17 +159,18 @@ jobs:
env:
DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }}
CHANNEL_NAME: pull-request-${{ github.event.issue.number }}
BUNDLE_VERSION:
RUNTIME_VERSION:
- name: 💬 Drop a comment
uses: marocchino/sticky-pull-request-comment@v2
with:
header: pull-request-eas-build-${{ github.sha }}
number: ${{ github.event.issue.number }}
message: |
Your requested OTA deployment was successful! You may now apply it by pressing the link below.
[Apply OTA update](bluesky://ota-apply?channel=pull-request-${{ github.event.issue.number }})
[Apply OTA update](bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }})
[Here is some music to listen to while you wait...](https://www.youtube.com/watch?v=VBlFHuCzPgY)
---
@@ -180,6 +182,7 @@ jobs:
if: failure()
with:
header: pull-request-eas-build-${{ github.sha }}
number: ${{ github.event.issue.number }}
message: |
Your requested OTA deployment was unsuccessful. See action logs for more details.
---