From 5a348479060e708cfa6ee4ea3cce3dca74d3bc1c Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 24 Jul 2025 14:21:50 -0700 Subject: [PATCH] update action to use query param for chan --- .github/workflows/pull-request-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 8efa37f832..351e518bcd 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -159,7 +159,7 @@ jobs: message: | Your requested OTA deployment was successful! You may now apply it by pressing the link below. - [Apply OTA update](bluesky://ota-apply/pull-request-${{ github.event.issue.number }}) + [Apply OTA update](bluesky://ota-apply?channel=pull-request-${{ github.event.issue.number }}) [Here is some music to listen to while you wait...](https://www.youtube.com/watch?v=VBlFHuCzPgY) ---