Skip to content

Commit

Permalink
wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 2, 2023
1 parent c3183e8 commit 29cc8ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_contentful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
for item in "${edition_array[@]}"; do
# 解码 JSON A 的元素
_jq() {
echo ${item} | base64 --decode | jq -r "${1}"
echo ${item} | base64 --decode | jq -r ".[] | ${1}"
}
echo "get error1"
dist=$(_jq '.dist')
Expand Down
2 changes: 1 addition & 1 deletion apps/wordpress/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"6.4",
"6.5",
"latest"
]
}
Expand Down

0 comments on commit 29cc8ba

Please sign in to comment.