diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index ddb5170a..13afaccc 100644 --- a/.github/workflows/heroku-deploy.yml +++ b/.github/workflows/heroku-deploy.yml @@ -23,6 +23,7 @@ jobs: run: | git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git - name: Set stack + - name: Check branches env: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} run: git branch -a