File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ jobs:
135135 run : |
136136 gzip wptreport.json
137137 echo "## Node.js ${{ steps.setup-node.outputs.node-version }}" >> $GITHUB_STEP_SUMMARY
138+ echo "" >> $GITHUB_STEP_SUMMARY
139+ echo "WPT Revision: [\`${WPT_REVISION:0:7}\`](https://github.com/web-platform-tests/wpt/commits/$WPT_REVISION)" >> $GITHUB_STEP_SUMMARY
138140 for WPT_FYI_ENDPOINT in "https://wpt.fyi/api/results/upload" "https://staging.wpt.fyi/api/results/upload"
139141 do
140142 response=$(curl -sS \
@@ -148,7 +150,7 @@ jobs:
148150 origin=${WPT_FYI_ENDPOINT%/api/results/upload}
149151
150152 echo "" >> $GITHUB_STEP_SUMMARY
151- echo "Run ID [$run_id]($origin/api/runs/$run_id) added to the processor queue at $origin" >> $GITHUB_STEP_SUMMARY
153+ echo "Run ID [\` $run_id\` ]($origin/api/runs/$run_id) added to the processor queue at ${ origin:8} " >> $GITHUB_STEP_SUMMARY
152154 echo "- [View on the ${origin:8} dashboard]($origin/results?run_id=$run_id)" >> $GITHUB_STEP_SUMMARY
153155 fi
154156 done
You can’t perform that action at this time.
0 commit comments