Skip to content

Integration test

Integration test #28

Workflow file for this run

name: Integration test
on:
workflow_dispatch:
inputs:
ref-example:
description: 'Ref Examples branch (default is master)'
required: false
default: 'master'
jobs:
integration-test:
uses: go-echarts/go-echarts-pipeline/.github/workflows/integration.yml@main

Check failure on line 13 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / Integration test

Invalid workflow file

The workflow is not valid. In .github/workflows/integration.yml (Line: 13, Col: 11): Error from called workflow go-echarts/go-echarts-pipeline/.github/workflows/integration.yml@main (Line: 6, Col: 5): Unexpected value 'ref-branch'
with:
ref-branch: ${{ github.event.inputs.ref-example }}