Skip to content

Commit 33a7f43

Browse files
committed
chore: ci 오타 수정
1 parent 7d6072f commit 33a7f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Set up DataHub with Docker
2727
run: |
28-
echo ${{ secrets.CI_DOCKER_COMPOSE }} > docker-compose.yml
28+
echo "${{ secrets.CI_DOCKER_COMPOSE }}" > docker-compose.yml
2929
docker-compose up -d
3030
docker ps
3131

0 commit comments

Comments
 (0)