Skip to content

Commit

Permalink
Migrate away deprecated apis
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Oct 30, 2022
1 parent efb5574 commit 6389eff
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 6389eff

Please sign in to comment.