feat: set github summary to report.md
This commit is contained in:
parent
086ed0ec9b
commit
ae8829bdbe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/review.yml
vendored
1
.github/workflows/review.yml
vendored
|
|
@ -261,6 +261,7 @@ jobs:
|
|||
cat report.md
|
||||
echo report=$(base64 -w0 report.md) >> "$GITHUB_OUTPUT"
|
||||
echo success=$(jq -s 'all(.[].result[]; .failed==[])' reports/*.json) >> "$GITHUB_OUTPUT"
|
||||
cat report.md >> $GITHUB_STEP_SUMMARY
|
||||
env:
|
||||
FETCH_CMD_X86_64_LINUX: ${{ needs.review.outputs.fetch_cmd_x86_64-linux }}
|
||||
FETCH_CMD_AARCH64_LINUX: ${{ needs.review.outputs.fetch_cmd_aarch64-linux }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue