testing a linkml version, generating other formats for multiple models #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: testing a linkml version, generating other formats for multiple models | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
linkml_version: | ||
description: 'linkml version to test' | ||
required: true | ||
type: string | ||
permissions: | ||
contents: write | ||
jobs: | ||
generate_from_reusable: | ||
uses: brain-bican/models/.github/workflows/reusable-generate_other_formats_new.yaml@main | ||
Check failure on line 16 in .github/workflows/software_update_generate_other_formats.yaml GitHub Actions / testing a linkml version, generating other formats for multiple modelsInvalid workflow file
|
||
with: | ||
model_name: genome_annotation,library_generation,anatomical_structure,assertion_evidence | ||
linkml_version: ${{ github.event.inputs.linkml_version }} |