diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 64a02b6da5..e16d6fe940 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -168,9 +168,9 @@ jobs: header: pull-request-eas-build-${{ github.sha }} number: ${{ github.event.issue.number }} message: | - Your requested OTA deployment was successful! You may now apply it by pressing the link below. + Your requested OTA deployment was successful! You may now apply it by opening the deep link below in your browser: - [Apply OTA update](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) 🤖*