We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e20e99 commit d4d9e7bCopy full SHA for d4d9e7b
.github/workflows/CI-CD.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Create .env file
21
run: |
22
touch ./.env
23
- echo ${{ secrets.ENV }} > ./.env
+ echo "${{ secrets.ENV }}" > ./.env
24
shell: bash
25
26
- name: Build Project
0 commit comments