diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f059fd8d..ed9b6743 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,8 @@ jobs: done < <(jq -r 'to_entries | .[] | "\(.key)=\(.value)"' "$file_path") done - json_output=$(jq -s --compact-output 'to_entries | .[] | "\(.key)=\(.value)"' "${file_paths[@]}") + json_output=$(jq -s --compact-output 'to_entries | .[] | flatten | "\(.key)=\(.value)"' "${file_paths[@]}") + # json_output="{" # for key in "${!key_value_pairs[@]}"; do