mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Update provenance check json keys
This commit is contained in:
parent
d8bbe5f0d0
commit
2fe8a4ce18
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
DEP=$(echo "$DEP" | xargs)
|
||||
|
||||
NEW_VERSION=$(echo "$UPDATED_DEPS_JSON" | jq -r --arg name "$DEP" '
|
||||
.[] | select(.["dependency-name"] == $name) | .["new-version"]
|
||||
.[] | select(.dependencyName == $name) | .newVersion
|
||||
' | head -n 1)
|
||||
|
||||
if [ -z "$NEW_VERSION" ] || [ "$NEW_VERSION" = "null" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue