Skip to content

Commit

Permalink
Fix branch ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Apr 25, 2024
1 parent 6229e51 commit 18d0061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: release-candidate
ref: jk/frontend-dev-server

- uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "mitopen-rc"
heroku_email: ${{ secrets.HEROKU_EMAIL }}
branch: release-candidate
branch: jk/frontend-dev-server

0 comments on commit 18d0061

Please sign in to comment.