Skip to content

Commit

Permalink
Add unshallow again
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoodworth committed Nov 15, 2024
1 parent 0f28f46 commit 27929f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Add remote origin
run: |
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/${{ secrets.HEROKU_APP_NAME }}.git
git fetch --unshallow origin
- name: Deploy to Heroku
env:
Expand Down

0 comments on commit 27929f9

Please sign in to comment.