Skip to content

feat: added endpoint to get session #5

feat: added endpoint to get session

feat: added endpoint to get session #5

Workflow file for this run

name: dev ci
on:
push:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on:

Check failure on line 10 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / dev ci

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 10, Col: 17): Unexpected value ''
steps:
- uses: actions/checkout@v3
- run: sudo -E nextjs-deploy .
env:
URL: ${{ secrets.URL }}
NEXT_PUBLIC_URL: ${{ secrets.NEXT_PUBLIC_URL }}