Skip to content

Commit 2925df7

Browse files
committed
One more try
1 parent cef796e commit 2925df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Deploy staging to Heroku
2727
env:
2828
HEROKU_AUTH_TOKEN: ${{ secrets.HEROKU_AUTH_TOKEN }}
29-
run: git push https://heroku:[email protected]/create-issue-branch-staging.git staging
29+
run: git push https://heroku:[email protected]/create-issue-branch-staging.git origin/staging
3030
if: github.ref == 'refs/heads/staging' && job.status == 'success'

0 commit comments

Comments
 (0)