Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Nov 22, 2023
1 parent 21feff8 commit 9f08040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ runs:
curl -f -L -o "$WORK_DIR/tools/dependency-diff-tldr-r8.jar" 'https://github.com/careem/dependency-diff-tldr/releases/download/v0.0.6/dependency-diff-tldr-r8.jar'
cat "$WORK_DIR/tools/dependency-diff-tldr-r8.jar" | openssl sha256
if [[ 'b76af4e71fe1bc3362207d648542337c21ab91e8' != "$(shasum "$WORK_DIR/tools/dependency-diff-tldr-r8.jar" | awk '{print $1}')" ]]; then
raise_error "Incorrect checksum for dependency-diff-tldr-r8.jar."
fi
Expand Down

0 comments on commit 9f08040

Please sign in to comment.