Skip to content

Commit

Permalink
BC-5468 update yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 13, 2023
1 parent d7adaba commit 9e301b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
done < <(jq -r 'to_entries | .[] | "\(.key)=\(.value)"' "$file_path")
done
json_output="{\"env\":{"
json_output="{"
for key in "${!key_value_pairs[@]}"; do
json_output+="\"$key\":\"${key_value_pairs[$key]}\","
done
json_output="${json_output%,}"
json_output+="}}"
json_output+="}"
echo "$json_output" > ${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.env.json
Expand Down

0 comments on commit 9e301b3

Please sign in to comment.