From 00f5a40aa382d722535aa942687734f437b2ec7f Mon Sep 17 00:00:00 2001 From: beom Date: Thu, 5 Dec 2024 12:17:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20git-push.yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/git-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-push.yml b/.github/workflows/git-push.yml index 0ac5432..787e901 100644 --- a/.github/workflows/git-push.yml +++ b/.github/workflows/git-push.yml @@ -15,7 +15,7 @@ jobs: run: apk add ruby && gem install mustache - name: creates output - run: sh ./build.sh + run: sh ./build.sh # output 폴더를 생성하고 빌드 작업 수행 - name: Debug output directory run: | @@ -35,7 +35,7 @@ jobs: source-directory: 'output' # build 또는 output에 맞게 변경 destination-github-username: 'seung365' destination-repository-name: 'alphamail-frontend' - user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL}} + user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }} commit-message: ${{ github.event.commits[0].message }} target-branch: main