We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db300 commit b1960feCopy full SHA for b1960fe
.github/workflows/heroku-deploy.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
25
- name: Set stack
26
+ - name: Check branches
27
env:
28
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
29
run: git branch -a
0 commit comments