Skip to content

Commit

Permalink
fix: use appdir to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Sep 21, 2024
1 parent 2cadc6a commit ea920e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd frontend
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: jetedge-test
heroku_email: [email protected]
heroku_email: [email protected]
appdir: "frontend"

0 comments on commit ea920e5

Please sign in to comment.