add qr code to github action
This commit is contained in:
@@ -84,10 +84,10 @@ jobs:
|
|||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
pull_number: ${{ github.event.issue.number }}
|
pull_number: ${{ github.event.issue.number }}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(`PR HEAD SHA: ${pr.data.head.sha}`);
|
console.log(`PR HEAD SHA: ${pr.data.head.sha}`);
|
||||||
console.log(`PR HEAD REF: ${pr.data.head.ref}`);
|
console.log(`PR HEAD REF: ${pr.data.head.ref}`);
|
||||||
|
|
||||||
core.setOutput('head-sha', pr.data.head.sha);
|
core.setOutput('head-sha', pr.data.head.sha);
|
||||||
core.setOutput('head-ref', pr.data.head.ref);
|
core.setOutput('head-ref', pr.data.head.ref);
|
||||||
|
|
||||||
@@ -190,10 +190,12 @@ jobs:
|
|||||||
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 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