Add QR code to github action (#8948)
This commit is contained in:
@@ -188,12 +188,14 @@ jobs:
|
|||||||
header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }}
|
header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }}
|
||||||
number: ${{ github.event.issue.number }}
|
number: ${{ github.event.issue.number }}
|
||||||
message: |
|
message: |
|
||||||
Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser:
|
Your requested OTA deployment was successful! You may now apply it by either scanning the QR code or opening the deep link below in your browser:
|
||||||
|
|
||||||
|
<img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.issue.number }}" width=300 height=300>
|
||||||
|
|
||||||
`bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}`
|
`bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}`
|
||||||
---
|
---
|
||||||
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
|
|
||||||
|
|
||||||
|
*Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
|
||||||
|
|
||||||
- name: 💬 Drop a comment
|
- name: 💬 Drop a comment
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user