We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50bff commit 9fc8643Copy full SHA for 9fc8643
.github/workflows/tests_results.yml
@@ -76,8 +76,10 @@ jobs:
76
echo "original_run_id = $original_run_id"
77
78
- name: Print links to other runs
79
+ env:
80
+ ORIGINAL_RUN_ID: ${{ steps.get-info.outputs.original_run_id }}
81
run: |
- echo "Build and QEMU tests: https://github.com/${{ github.repository }}/actions/runs/${{ steps.get-info.outputs.original_run_id }}"
82
+ echo "Build and QEMU tests: https://github.com/${{ github.repository }}/actions/runs/$ORIGINAL_RUN_ID"
83
echo "Hardware and Wokwi tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}"
84
85
unit-test-results:
0 commit comments