Skip to content

Commit 9418431

Browse files
committed
Change fetch depth and remove force push
1 parent 27e55e6 commit 9418431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_2x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
steps:
1616
- name: Cloning repo
1717
uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820

1921
- name: Push to dokku
2022
uses: dokku/github-action@master
2123
with:
2224
git_remote_url: 'ssh://[email protected]:22/api-4'
23-
git_push_flags: '-f'
2425
ssh_private_key: ${{ secrets.DOKKU_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)