Skip to content

iterate

iterate #8

name: Test Extension workflows
on:
workflow_dispatch:
push:
branches:
- 12032-reusable-wf-tests-2
schedule:
- cron: "0 0 * * *"
defaults:
run:
shell: bash
working-directory: ./
jobs:
test:
uses: aalves08/dashboard/.github/workflows/build-extension-charts.yml@12032-reusable-wf-tests-2
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: "gh-pages"
tagged_release: "clock-0.3.2"
is_test: "true"

Check failure on line 27 in .github/workflows/test-extension-workflows.yml

View workflow run for this annotation

GitHub Actions / Test Extension workflows

Invalid workflow file

The workflow is not valid. .github/workflows/test-extension-workflows.yml (Line: 27, Col: 17): Invalid input, is_test is not defined in the referenced workflow. In .github/workflows/test-extension-workflows.yml (Line: 18, Col: 11): Error from called workflow aalves08/dashboard/.github/workflows/build-extension-charts.yml@12032-reusable-wf-tests-2 (Line: 39, Col: 13): Unexpected symbol: '"true"'. Located at position 19 within expression: inputs.is_test == "true"
test_repo: "ui-plugin-examples"
test_branch: "main"