Skip to content

Commit

Permalink
chore: upd dep script
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Dec 11, 2023
1 parent 39a1610 commit a493305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
local inputsJson="${{ toJson(github.event.inputs) }}"
echo ">> inputs $inputsJson"
echo ">> checked $(echo "$inputsJson" | jq -r --arg key "UPDATE-${dependencyName}" '.[$key]')"
echo ">> version $(echo "$inputsJson" | jq -r --arg key "VERSION-${dependencyName}" '.[$key]')"
echo ">> checked $(echo "$inputsJson" | jq -r --arg key "UPDATE-$dependencyName" '.[$key]')"
echo ">> version $(echo "$inputsJson" | jq -r --arg key "VERSION-$dependencyName" '.[$key]')"
# Check if the dependency checked in script inputs
if [[ $(echo "$inputsJson" | jq -r --arg key "UPDATE-${dependencyName}" '.[$key]') == "true" ]]; then
Expand Down

0 comments on commit a493305

Please sign in to comment.