Skip to content

feat: assistant ai based on the nx architecture (api, spa, lib) #2

feat: assistant ai based on the nx architecture (api, spa, lib)

feat: assistant ai based on the nx architecture (api, spa, lib) #2

Workflow file for this run

name: Heroku deploy
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}

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

View workflow run for this annotation

GitHub Actions / Heroku deploy

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 18, Col: 25): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.