Skip to content

Fix test on heroku

Fix test on heroku #5

Workflow file for this run

name: Deploy Staging
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{env.HEROKU_API_KEY}}
heroku_app_name: ${{env.HEROKUAAPP_STAGING"}} #Must be unique in Heroku

Check failure on line 16 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Deploy Staging

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 16, Col: 28): Unexpected symbol: 'HEROKUAAPP_STAGING"'. Located at position 5 within expression: env.HEROKUAAPP_STAGING"
heroku_email: ${{env.EMAIL}}
usedocker: true
# healthcheck: "https://.herokuapp.com/health"