Skip to content

Commit 8a59a29

Browse files
committed
✨ 배포 액션을 force-push가 가능하도록 개선
- 굳이 강제로 동기화시키지 않을 이유가 없어 force-push를 허용해요.
1 parent 598285a commit 8a59a29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cp -R ./* ./.[^.]* output/ 2>/dev/null || :
1919
rm -rf output/output
2020
- name: Pushes to another repository
21-
uses: cpina/github-action-push-to-another-repository@main
21+
uses: fecapark/force-push-to-another-repository@main
2222
env:
2323
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
2424
with:
@@ -29,3 +29,4 @@ jobs:
2929
user-name: fecapark
3030
commit-message: ${{ github.event.commits[0].message }}
3131
target-branch: main
32+
force-push: true

0 commit comments

Comments
 (0)