diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 7898bb9630..b09810e1a7 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -84,10 +84,10 @@ jobs: repo: context.repo.repo, pull_number: ${{ github.event.issue.number }} }); - + console.log(`PR HEAD SHA: ${pr.data.head.sha}`); console.log(`PR HEAD REF: ${pr.data.head.ref}`); - + core.setOutput('head-sha', pr.data.head.sha); core.setOutput('head-ref', pr.data.head.ref); @@ -190,10 +190,12 @@ jobs: message: | Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser: + + `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 uses: marocchino/sticky-pull-request-comment@v2