just render deep link in the text

This commit is contained in:
Hailey
2025-07-24 23:35:25 -07:00
parent 424ea74e1c
commit af45395698
+2 -2
View File
@@ -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) 🤖*