Skip to content

test_deploy

test_deploy #6

Workflow file for this run

name: Multi-Stage Deployment
on:
repository_dispatch:
types: [test_deploy]
concurrency:
group: ci-test_deploy-runner
cancel-in-progress: true
jobs:
mono-glue:
name: Building Mono Glue for Mono Editor Builds
uses: ./.github/workflows/monoglue.yaml
linux:
name: Building Linux Editors
uses: ./.github/workflows/linux-build.yaml

Check failure on line 16 in .github/workflows/full-deploy.yaml

View workflow run for this annotation

GitHub Actions / Multi-Stage Deployment

Invalid workflow file

The workflow is not valid. In .github/workflows/full-deploy.yaml (Line: 16, Col: 11): Error from called workflow blazium-engine/ci_cd/.github/workflows/linux-build.yaml@732dbf743812f80bc41afc661af9e713076d524d (Line: 58, Col: 13): Unexpected symbol: '"$MONO"'. Located at position 1 within expression: "$MONO" == '1' In .github/workflows/full-deploy.yaml (Line: 16, Col: 11): Error from called workflow blazium-engine/ci_cd/.github/workflows/linux-build.yaml@732dbf743812f80bc41afc661af9e713076d524d (Line: 65, Col: 13): Unexpected symbol: '"$MONO"'. Located at position 1 within expression: "$MONO" == '1'
with:
MONO: 0
linux-mono:
needs: mono-glue
name: Building Linux Editors/w Mono
uses: ./.github/workflows/linux-build.yaml
with:
MONO: 1