From a267f278cfad700b75b41ccff0386c07276bb478 Mon Sep 17 00:00:00 2001 From: beom Date: Thu, 5 Dec 2024 12:07:52 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/git-push.yml b/.github/workflows/git-push.yml index 4b6bab3..9806df3 100644 --- a/.github/workflows/git-push.yml +++ b/.github/workflows/git-push.yml @@ -14,13 +14,17 @@ jobs: run: apk add ruby && gem install mustache - name: creates output run: sh ./build.sh + - name: Debug output directory + run: | + ls -al + ls -al output - name: Pushes to another repository id: push_directory uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.AUTO_KEY }} with: - source-directory: 'output' + source-directory: 'output' # 빌드 결과물이 생성된 경로로 수정 필요 destination-github-username: 'seung365' destination-repository-name: 'alphamail-frontend' user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL}}