Skip to content

Commit

Permalink
Merge pull request #53 from usefulness/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Oct 30, 2022
2 parents efb5574 + 6389eff commit fa07a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ diff=$(java -jar dependency-tree-diff.jar old_diff.txt new_diff.txt)
diff="${diff//'%'/'%25'}"
diff="${diff//$'\n'/'%0A'}"
diff="${diff//$'\r'/'%0D'}"
echo "::set-output name=text-diff::$diff"
echo "text-diff=$diff" >> $GITHUB_OUTPUT

0 comments on commit fa07a7b

Please sign in to comment.