From af45395698e629982ab15f2a794c84e4fe4ca7dd Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 24 Jul 2025 23:35:25 -0700 Subject: [PATCH] just render deep link in the text --- .github/workflows/pull-request-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) 🤖*