Skip to content

Workflow file for this run

name: Vercel Previews Deployment
on:
push:
branches:
- dev
jobs:
# default-example:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: .github/workflows/common/preview.yaml
# with:
# vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_DEFAULT }}
# vercel_scope: ${{ secrets.VERCEL_SCOPE }}
# vercel_token: ${{ secrets.VERCEL_TOKEN }}
upgrade-example:
uses: ./.github/workflows/preview-common.yaml

Check failure on line 19 in .github/workflows/preview.yaml

View workflow run for this annotation

GitHub Actions / Vercel Previews Deployment

Invalid workflow file

The workflow is not valid. In .github/workflows/preview.yaml (Line: 19, Col: 15): Error from called workflow cermakjiri/with-webauthn/.github/workflows/preview-common.yaml@c071a4f4669550068fe4da5a63a1008046fb1de2 (Line: 9, Col: 17): Unexpected value 'type' In .github/workflows/preview.yaml (Line: 19, Col: 15): Error from called workflow cermakjiri/with-webauthn/.github/workflows/preview-common.yaml@c071a4f4669550068fe4da5a63a1008046fb1de2 (Line: 12, Col: 17): Unexpected value 'type'
secrets:
vercel_token: ${{ secrets.VERCEL_TOKEN }}
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_UPGRADE }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}