Skip to content

πŸ’š Fix CI

πŸ’š Fix CI #35

Workflow file for this run

name: Vercel Previews Deployment
on:
push:
branches:
- dev
jobs:
Default example:
uses: .github/workflows/common/preview.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/preview.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_DEFAULT }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
Upgrade example:
uses: .github/workflows/common/preview.yaml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_UPGRADE }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}