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 cef796e commit 2925df7Copy full SHA for 2925df7
.github/workflows/cicd.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Deploy staging to Heroku
27
env:
28
HEROKU_AUTH_TOKEN: ${{ secrets.HEROKU_AUTH_TOKEN }}
29
- run: git push https://heroku:[email protected]/create-issue-branch-staging.git staging
+ run: git push https://heroku:[email protected]/create-issue-branch-staging.git origin/staging
30
if: github.ref == 'refs/heads/staging' && job.status == 'success'
0 commit comments