···8181 uses: marocchino/sticky-pull-request-comment@v2
8282 with:
8383 header: pull-request-eas-build-${{ github.sha }}
8484+ number: ${{ github.event.issue.number }}
8485 message: |
8586 An OTA deployment has been requested and is now running...
8687···158159 env:
159160 DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }}
160161 CHANNEL_NAME: pull-request-${{ github.event.issue.number }}
161161- BUNDLE_VERSION:
162162+ RUNTIME_VERSION:
162163163164164165 - name: 💬 Drop a comment
165166 uses: marocchino/sticky-pull-request-comment@v2
166167 with:
167168 header: pull-request-eas-build-${{ github.sha }}
169169+ number: ${{ github.event.issue.number }}
168170 message: |
169171 Your requested OTA deployment was successful! You may now apply it by pressing the link below.
170172171171- [Apply OTA update](bluesky://ota-apply?channel=pull-request-${{ github.event.issue.number }})
173173+ [Apply OTA update](bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }})
172174173175 [Here is some music to listen to while you wait...](https://www.youtube.com/watch?v=VBlFHuCzPgY)
174176 ---
···180182 if: failure()
181183 with:
182184 header: pull-request-eas-build-${{ github.sha }}
185185+ number: ${{ github.event.issue.number }}
183186 message: |
184187 Your requested OTA deployment was unsuccessful. See action logs for more details.
185188 ---