Skip to content

πŸ’š Fix CI

πŸ’š Fix CI #34

Workflow file for this run

name: Vercel Previews Deployment
on:
push:
branches:
- dev
jobs:
Default example:
uses: ./.github/workflows/reusable-workflow.yml

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

error parsing called workflow ".github/workflows/preview.yaml" -> "./.github/workflows/reusable-workflow.yml" : failed to fetch workflow: workflow was not found.
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_DEFAULT }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
Upgrade example:
uses: ./.github/workflows/reusable-workflow.yml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_UPGRADE }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}