From 8a955e3878b7544c31a1f8603e48fbb845b27e63 Mon Sep 17 00:00:00 2001 From: Taehoon Kim <95288696+goathoon@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:16:44 +0900 Subject: [PATCH] fix(cd): omit working-directory since it already set (#1353) * feat(cd): applying updated seed on stage-server by manual trigger * chore: change name * fix(cd): omit working-directory since it already set --------- Co-authored-by: Jaemin Choi <1dotolee@gmail.com> --- .github/workflows/reset-seed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reset-seed.yml b/.github/workflows/reset-seed.yml index f528a6320c..f9812b81bd 100644 --- a/.github/workflows/reset-seed.yml +++ b/.github/workflows/reset-seed.yml @@ -9,7 +9,6 @@ jobs: steps: - name: Load DATABASE_URL From Existing .env.development run: export DATABASE_URL=$(grep "^DATABASE_URL=" .env.development | cut -d '=' -f2) - working-directory: ~/actions-runner/_work/codedang/codedang - name: Run Reset Seed Command run: docker exec backend-client npx prisma migrate reset -f