Skip to content

fix: syntax

fix: syntax #8

name: Deploy Vector Preview Sites
on:
workflow_run:
workflows: ["Call Preview Build"]
types:
- completed
jobs:
deploy_vecotr_preview_site:
uses: ./.github/workflows/create_preview_sites.yml@master

Check failure on line 11 in .github/workflows/build_preview_sites.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_preview_sites.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
APP_ID: "d1a7j77663uxsc"
APP_NAME: "vector.dev"
deploy_rust_doc_preview_site:
uses: ./.github/workflows/create_preview_sites.yml@master
with:
APP_ID: "d1hoyoksbulg25"
APP_NAME: "Rust Doc"
deploy_vrl_playground_preview_site:
uses: ./.github/workflows/create_preview_sites.yml@master
with:
APP_ID: "d2lr4eds605rpz"
APP_NAME: "VRL Playground"