Skip to content

Commit 337123d

Browse files
panvaRafaelGSS
authored andcommitted
tools: update daily wpt actions summary
PR-URL: #47138 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 0a4ff2f commit 337123d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/daily-wpt-fyi.yml

+3-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)