From 781fc703cef455a667d72054110867d34e67dc6f Mon Sep 17 00:00:00 2001 From: psm1st Date: Mon, 10 Nov 2025 05:18:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A0=88=ED=8F=AC=EC=A7=80=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EC=9D=B4=EB=A6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d23fc98..5a4761c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: with: source-directory: 'output' destination-github-username: psm1st - destination-repository-name: FE + destination-repository-name: checkmoFE user-email: ${{ secrets.EMAIL }} commit-message: ${{ github.event.commits[0].message }} target-branch: main