From cab3f97dd8884f191d28da35954d1e4361451ddf Mon Sep 17 00:00:00 2001 From: Lee Garam Date: Fri, 2 Feb 2024 15:29:55 +0900 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 241eda3..766f5b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,8 +22,8 @@ jobs: # using the secrets.ENV_FILE secret - name: Create env file run: | - touch .env - echo "${{ secrets.ENV_FILE }}" > .env + touch ./.env + echo "${{ secrets.ENV_FILE }}" > ./.env - name: Login to Dockerhub uses: docker/login-action@v3 with: