Skip to content

Commit

Permalink
upd script
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed Dec 11, 2023
1 parent f10dc81 commit a4a995c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
dependencyName=$(echo "$dependency" | jq -r ".name")
packageName=$(echo "$dependency" | jq -r ".package")
local checkedKey="UPDATE-$dependencyName"
local versionKey="VERSION-$dependencyName"
checkedKey="UPDATE-$dependencyName"
versionKey="VERSION-$dependencyName"
local checkedValue="${{ github.event.inputs[checkedKey] }}"
local versionValue="${{ github.event.inputs[versionKey] }}"
checkedValue="${{ github.event.inputs[$checkedKey] }}"
versionValue="${{ github.event.inputs[$versionKey] }}"
echo ">> checked $checkedValue"
echo ">> version $versionValue"
Expand Down

0 comments on commit a4a995c

Please sign in to comment.