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 d56c830 commit 6d9a142Copy full SHA for 6d9a142
.github/workflows/heroku-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
run: git fetch --all --unshallow
28
- name: Pull
29
run: |
30
- git pull
+ git branch
31
- name: Deploy to Heroku
32
33
git push heroku HEAD:main
0 commit comments