We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d770ba6 commit f8361b6Copy full SHA for f8361b6
.github/workflows/git-push.yml
@@ -32,6 +32,7 @@ jobs:
32
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
33
commit-message: ${{ github.event.head_commit.message || 'Auto-deployed from GitHub Actions' }}
34
target-branch: dev
35
+ push-args: --force # 강제 푸시 옵션 추가
36
37
- name: Test Get Variable Exported by Push-to-Another-Repository
38
run: echo $DESTINATION_CLONED_DIRECTORY
0 commit comments