Skip to content

Commit

Permalink
Properly interpret escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 19, 2023
1 parent 45e4180 commit 8076609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Export variables for image
run: |
ls -lrt
echo "\nexport CDS_API_KEY=${{ secrets.CDS_API_KEY }}" >> postBuild
echo -e "\nexport CDS_API_KEY=${{ secrets.CDS_API_KEY }}" >> postBuild
less postBuild
- name: Build and push the image to quay.io
Expand Down

0 comments on commit 8076609

Please sign in to comment.