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 d9ce47e commit 75adcf4Copy full SHA for 75adcf4
.github/workflows/heroku-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set stack
18
env:
19
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
20
- run: heroku stack:set heroku-22 -a djangosnippets
+ run: git status
21
- name: Login to Heroku Container registry
22
23
0 commit comments