fix final final final (#8719)
This commit is contained in:
@@ -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.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user