Skip to content

Commit 40eb973

Browse files
committed
workflow: changes on the deply script 6
1 parent c3dc5fd commit 40eb973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
1414
with:
15-
dontuseforce: 1
15+
dontuseforce: true
1616
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
1717
heroku_app_name: "basemaxrubytest"
1818
heroku_email: "miprio101@gmail.com"

0 commit comments

Comments
 (0)