Skip to content

Commit

Permalink
fix: git-push.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Dec 5, 2024
1 parent 1731400 commit 00f5a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

Expand Down

0 comments on commit 00f5a40

Please sign in to comment.