Skip to content

Commit

Permalink
Add link in report
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Dec 19, 2023
1 parent ef078ee commit cee3e9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ runs:
{
echo "### $REPORT_TITLE"
echo ''
echo "- head ref: [${HEAD_REF}](https://github.com/${GH_REPO}/commit/${head_sha})"
echo "- base ref: [${BASE_REF}](https://github.com/${GH_REPO}/commit/${base_sha})"
for i in "${!modules[@]}" ; do
result="$(java -jar "$WORK_DIR/tools/dependency-diff-tldr-r8.jar" "$WORK_DIR/deps/${modules[$i]}-base.txt" "$WORK_DIR/deps/${modules[$i]}-head.txt")"
Expand Down

0 comments on commit cee3e9b

Please sign in to comment.