1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-28 10:52:32 +00:00

ci: fix GitHub step summary links

[no changelog]
This commit is contained in:
Roman Zeyde 2025-06-06 12:12:24 +03:00 committed by Vít Obrusník
parent 8cfa6a3693
commit a07223211a

View File

@ -63,5 +63,5 @@ runs:
wait $PID1 wait $PID1
wait $PID2 wait $PID2
echo "[UI test report](https://data.trezor.io/dev/firmware/ui_report/${{ github.run_id }}/${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}/index.html)" >> $GITHUB_STEP_SUMMARY echo "[UI test report](https://data.trezor.io/dev/firmware/ui_report/${{ github.run_id }}/${{ inputs.model }}-${{ inputs.lang }}-${{ github.job }}-index.html)" >> $GITHUB_STEP_SUMMARY
shell: sh shell: sh