File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ jobs:
135
135
run : |
136
136
gzip wptreport.json
137
137
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
138
140
for WPT_FYI_ENDPOINT in "https://wpt.fyi/api/results/upload" "https://staging.wpt.fyi/api/results/upload"
139
141
do
140
142
response=$(curl -sS \
@@ -148,7 +150,7 @@ jobs:
148
150
origin=${WPT_FYI_ENDPOINT%/api/results/upload}
149
151
150
152
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
152
154
echo "- [View on the ${origin:8} dashboard]($origin/results?run_id=$run_id)" >> $GITHUB_STEP_SUMMARY
153
155
fi
154
156
done
You can’t perform that action at this time.
0 commit comments