File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ jobs:
84
84
repo: context.repo.repo,
85
85
pull_number: ${{ github.event.issue.number }}
86
86
});
87
-
87
+
88
88
console.log(`PR HEAD SHA: ${pr.data.head.sha}`);
89
89
console.log(`PR HEAD REF: ${pr.data.head.ref}`);
90
-
90
+
91
91
core.setOutput('head-sha', pr.data.head.sha);
92
92
core.setOutput('head-ref', pr.data.head.ref);
93
93
@@ -188,12 +188,14 @@ jobs:
188
188
header : pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }}
189
189
number : ${{ github.event.issue.number }}
190
190
message : |
191
- Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser:
191
+ 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:
192
+
193
+ <img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.issue.number }}" width=300 height=300>
192
194
193
195
`bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}`
194
196
---
195
- *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
196
197
198
+ *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
197
199
198
200
- name : 💬 Drop a comment
199
201
uses : marocchino/sticky-pull-request-comment@v2
You can’t perform that action at this time.
0 commit comments