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 9b05893 commit d7adaba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,10 @@ jobs:
echo "$json_output" > ${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.env.json
- name: JSON to variables
uses: rgarcia-phi/[email protected]
with:
filename: ${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.env.json
prefix: ''
masked: true
while IFS="=" read -r key value; do
echo "Setting $key"
echo "$key=$value" >> $GITHUB_ENV
done < <(jq -r 'to_entries | .[] | .key + "=" + .value' "${{ github.workspace }}/e2e-system-tests/env_variables/combined_credentials.env.json")
- name: Clean up previous report
uses: cypress-io/github-action@v5
Expand Down

0 comments on commit d7adaba

Please sign in to comment.