Skip to content

Commit

Permalink
quote multiline value
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 18, 2024
1 parent 93e5aba commit d6f8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Copy private key
run: |
echo ${{ secrets.TEST_PEM }} >> $(pwd)/private-key.pem
echo "${{ secrets.TEST_PEM }}" >> $(pwd)/private-key.pem
docker exec magento mkdir -p /data/var/truelayer/sandbox/default
docker cp $(pwd)/private-key.pem magento:/data/var/truelayer/sandbox/default/private-key.pem
rm $(pwd)/private-key.pem
Expand Down

0 comments on commit d6f8ff3

Please sign in to comment.