From e94307ce4c13de1ceb1f1c0e20423182e4292c06 Mon Sep 17 00:00:00 2001 From: uommou Date: Fri, 22 Mar 2024 21:15:13 +0900 Subject: [PATCH] [fix] commit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9fc2c77..4a5ec2b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -63,7 +63,7 @@ jobs: touch .env echo "$DEV_ENV" > .env env: - DEV_ENV: ${{ secret.DEV_ENV }} + DEV_ENV: ${{ secrets.DEV_ENV }} - name: Remove old Docker image