Skip to content

Commit

Permalink
fix: valid attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
joonamin committed Oct 2, 2024
1 parent dd07d78 commit e374c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
ref: develop
- uses: akhileshns/[email protected]
with:
heroku-api-key: ${{secrets.HEROKU_API_KEY}}
heroku-app-name: ${{secrets.HEROKU_APP_NAME}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
branch: main # git push heroku develop:main

0 comments on commit e374c6a

Please sign in to comment.