Skip to content

Update package.json

Update package.json #9

name: Deploy Vercel Functions
on:
workflow_call:
merge_group:
push:
branches:
- main
jobs:
build:
uses: yoriiis/actions/.github/workflows/vercel-deploy-functions.yml@main

Check failure on line 12 in .github/workflows/vercel-deploy-functions.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vercel-deploy-functions.yml

Invalid workflow file

error parsing called workflow ".github/workflows/vercel-deploy-functions.yml" -> "yoriiis/actions/.github/workflows/vercel-deploy-functions.yml@main" : failed to fetch workflow: workflow was not found.
with:
node-version: 18
secrets:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}