We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c712de commit 5bfd557Copy full SHA for 5bfd557
.github/workflows/deploy.yml
@@ -13,5 +13,5 @@ jobs:
13
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
14
with:
15
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
16
- heroku_app_name: "basemaxrubytest" #Must be unique in Heroku
+ heroku_app_name: "basemaxrubytest"
17
heroku_email: "miprio101@gmail.com"
0 commit comments