From 0611e858dd8cec71d50218c2d91c6d57ace4a552 Mon Sep 17 00:00:00 2001 From: Vivian Wang Date: Wed, 22 Apr 2026 09:32:38 +0800 Subject: [PATCH] .github: remoteasset: Link to summary page Apparently this is not very discoverable. Add a link to make it so. Signed-off-by: Vivian Wang --- .github/workflows/remoteasset.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/remoteasset.yaml b/.github/workflows/remoteasset.yaml index 298e514d..69733dac 100644 --- a/.github/workflows/remoteasset.yaml +++ b/.github/workflows/remoteasset.yaml @@ -112,5 +112,6 @@ jobs: - name: Fail if update required if: steps.check-changed.outputs.num != '0' run: | - echo "::error::Updates required for some #!RemoteAsset lines" + url="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" + echo "::error::Updates required for some #!RemoteAsset lines. Please see $url" exit 1