Skip to content

Commit d4d9e7b

Browse files
committed
fix: ci-cd 오류 수정
1 parent 5e20e99 commit d4d9e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create .env file
2121
run: |
2222
touch ./.env
23-
echo ${{ secrets.ENV }} > ./.env
23+
echo "${{ secrets.ENV }}" > ./.env
2424
shell: bash
2525

2626
- name: Build Project

0 commit comments

Comments
 (0)