···8484 repo: context.repo.repo,
8585 pull_number: ${{ github.event.issue.number }}
8686 });
8787-8787+8888 console.log(`PR HEAD SHA: ${pr.data.head.sha}`);
8989 console.log(`PR HEAD REF: ${pr.data.head.ref}`);
9090-9090+9191 core.setOutput('head-sha', pr.data.head.sha);
9292 core.setOutput('head-ref', pr.data.head.ref);
9393···188188 header: pull-request-eas-build-${{ steps.pr-info.outputs.head-sha }}
189189 number: ${{ github.event.issue.number }}
190190 message: |
191191- Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser:
191191+ 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:
192192+193193+ <img src="https://bsky-qr.vercel.app?channel=pull-request-${{ github.event.issue.number }}" width=300 height=300>
192194193195 `bluesky://intent/apply-ota?channel=pull-request-${{ github.event.issue.number }}`
194196 ---
197197+195198 *Generated by [PR labeler](https://github.com/expo/expo/actions/workflows/pr-labeler.yml) 🤖*
196196-197199198200 - name: 💬 Drop a comment
199201 uses: marocchino/sticky-pull-request-comment@v2