Skip to content

Commit 3052a27

Browse files
committed
git remote
1 parent 75adcf4 commit 3052a27

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set stack
1818
env:
1919
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
20-
run: git status
20+
run: git remote
2121
- name: Login to Heroku Container registry
2222
env:
2323
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

0 commit comments

Comments
 (0)