Skip to content

Commit 7e51c6f

Browse files
committed
try another
1 parent c55688e commit 7e51c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check branches
2525
env:
2626
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
27-
run: git pull
27+
run: git fetch --all --unshallow
2828
- name: Deploy to Heroku
2929
run: |
3030
git push heroku main --force

0 commit comments

Comments
 (0)