Skip to content

Commit

Permalink
server: remove extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed May 13, 2024
1 parent e98f874 commit bf6078f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
heroku_email: ${{secrets.HEROKU_EMAIL}}
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: $${{secrets.HEROKU_APP_NAME}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
team: ${{secrets.HEROKU_TEAM}}
appdir: server
env:
Expand Down

0 comments on commit bf6078f

Please sign in to comment.