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 c8ec673 commit d9ce47eCopy full SHA for d9ce47e
.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 -app djangosnippets
+ run: heroku stack:set heroku-22 -a djangosnippets
21
- name: Login to Heroku Container registry
22
23
0 commit comments