Skip to content

Commit

Permalink
finalize script
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Dec 11, 2023
1 parent b285735 commit 71c876d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ jobs:
# Trim leading and trailing spaces from checkedValue and versionValue
checkedValue=$(echo $checkedValue | xargs)
versionValue=$(echo $versionValue | xargs)
echo ">>$checkedValue"
echo ">>$versionValue"
# Check if the dependency checked in script inputs
if [[ $checkedValue == "true" ]]; then
Expand Down

0 comments on commit 71c876d

Please sign in to comment.