Skip to content

feat: add Node.js RAG recipe to default recipes #9

feat: add Node.js RAG recipe to default recipes

feat: add Node.js RAG recipe to default recipes #9

name: recipe-catalog-change-windows-trigger
on:
pull_request:
paths:
- 'packages/backend/src/assets/ai.json'
jobs:
windows-e2e-recipe-change:
uses: containers/podman-desktop-extension-ai-lab/.github/workflows/recipe-catalog-change-template.yaml@main

Check failure on line 10 in .github/workflows/recipe-catalog-change-trigger.yaml

View workflow run for this annotation

GitHub Actions / recipe-catalog-change-windows-trigger

Invalid workflow file

The workflow is not valid. .github/workflows/recipe-catalog-change-trigger.yaml (Line: 10, Col: 11): Input trigger-workflow-fork is required, but not provided while calling. .github/workflows/recipe-catalog-change-trigger.yaml (Line: 15, Col: 30): Invalid input, trugger-workflow-fork is not defined in the referenced workflow.
strategy:
fail-fast: false
with:
trigger-workflow-run-id: ${{ github.event.action.run_id }}
trugger-workflow-fork: ${{ github.event.pull_request.head.repo.organization }}
trigger-workflow-repo_name: ${{ github.event.pull_request.head.repo.name }}
trigger-workflow-branch: ${{ github.event.pull_request.head.ref }}