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 cfc8a53 commit 8b7f80aCopy full SHA for 8b7f80a
.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 branch -a
+ run: git remote
28
- name: Deploy to Heroku
29
run: |
30
git push heroku main
0 commit comments