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 c55688e commit 7e51c6fCopy full SHA for 7e51c6f
.github/workflows/heroku-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check branches
25
env:
26
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
27
- run: git pull
+ run: git fetch --all --unshallow
28
- name: Deploy to Heroku
29
run: |
30
git push heroku main --force
0 commit comments