Skip to content

Commit d56c830

Browse files
committed
trying pull
1 parent 1b3b156 commit d56c830

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/heroku-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
env:
2626
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
2727
run: git fetch --all --unshallow
28+
- name: Pull
29+
run: |
30+
git pull
2831
- name: Deploy to Heroku
2932
run: |
3033
git push heroku HEAD:main

0 commit comments

Comments
 (0)