Skip to content

Commit 81371ef

Browse files
authored
[#59] 🐛 add force push option (#85)
1 parent d770ba6 commit 81371ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/git-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
3333
commit-message: ${{ github.event.head_commit.message || 'Auto-deployed from GitHub Actions' }}
3434
target-branch: dev
35+
push-args: --force # 강제 푸시 옵션 추가
3536

3637
- name: Test Get Variable Exported by Push-to-Another-Repository
3738
run: echo $DESTINATION_CLONED_DIRECTORY

0 commit comments

Comments
 (0)