Skip to content

Commit 619050a

Browse files
committed
fix: Remove force option from GitHub Actions push steps
1 parent 98e3af9 commit 619050a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
user-email: ${{ secrets.GIT_EMAIL }}
3535
commit-message: ${{ github.event.head_commit.message || 'Auto commit [skip ci]' }}
3636
target-branch: main
37-
force: true
3837

3938
# 개발 환경(develop) 배포
4039
- name: Pushes to development repository
@@ -50,7 +49,6 @@ jobs:
5049
user-email: ${{ secrets.GIT_EMAIL }}
5150
commit-message: ${{ github.event.head_commit.message || 'Dev:Auto commit [skip ci]' }}
5251
target-branch: develop
53-
force: true
5452

5553
- name: Test get variable exported by push-to-another-repository
5654
run: echo $DESTINATION_CLONED_DIRECTORY

0 commit comments

Comments
 (0)