Skip to content

Commit 46bde7b

Browse files
committed
Fix syntax error in workflow
1 parent c0598f3 commit 46bde7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/heroku.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
heroku_app_name: ${HEROKU_APP}
2525
heroku_email: ${HEROKU_EMAIL}
2626
- name: Return app URL
27-
run: echo "Deployed to: https://${HEROKU_APP}.herokuapp.com/"
27+
run: |
28+
echo "Deployed to: https://${HEROKU_APP}.herokuapp.com/"

0 commit comments

Comments
 (0)