Skip to content

Commit

Permalink
Bloaty report path (#1789)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Oct 20, 2023
1 parent 0461e69 commit 07c70fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-bloaty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo '```'
awk 'NR <= 2; END { print }' tlus_diff_main.txt
echo '```'
echo "Full report: $report_path"
echo "Full report: $download_url/$report_path"
} >> message.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 07c70fe

Please sign in to comment.