feat: add link to pull request in step summary
This commit is contained in:
parent
ae8829bdbe
commit
42ba0028e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
|
|
@ -261,7 +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
|
||||
sed '1s|$| for [#'"$PR_NUMBER"'](https://github.com/NixOS/nixpkgs/pull/'"$PR_NUMBER"')|' 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