mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 11:03:42 +00:00
.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:
3
.github/workflows/remoteasset.yaml
vendored
3
.github/workflows/remoteasset.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user