Skip to content

Commit 4eb1add

Browse files
committed
try git pull
1 parent 8b7f80a commit 4eb1add

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 remote
27+
run: git pull
2828
- name: Deploy to Heroku
2929
run: |
3030
git push heroku main

0 commit comments

Comments
 (0)