.github: remoteasset: Link to summary page

Apparently this is not very discoverable. Add a link to make it so.

Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
This commit is contained in:
2026-04-22 09:32:38 +08:00
committed by Z572
parent cdf528874d
commit 0611e858dd

View File

@@ -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