Skip to content

testing a linkml version, generating other formats for multiple models #2

testing a linkml version, generating other formats for multiple models

testing a linkml version, generating other formats for multiple models #2

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

View workflow run for this annotation

GitHub Actions / testing a linkml version, generating other formats for multiple models

Invalid workflow file

The workflow is not valid. In .github/workflows/software_update_generate_other_formats.yaml (Line: 16, Col: 11): Error from called workflow brain-bican/models/.github/workflows/reusable-generate_other_formats_new.yaml@main (Line: 55, Col: 15): Unrecognized function: 'replace'. Located at position 28 within expression: fromJson(format('["{0}"]', replace(inputs.model_name, ',', '","'))) In .github/workflows/software_update_generate_other_formats.yaml (Line: 16, Col: 11): Error from called workflow brain-bican/models/.github/workflows/reusable-generate_other_formats_new.yaml@main (Line: 55, Col: 15): Unexpected value '${{ fromJson(format('["{0}"]', replace(inputs.model_name, ',', '","'))) }}'
with:
model_name: genome_annotation,library_generation,anatomical_structure,assertion_evidence
linkml_version: ${{ github.event.inputs.linkml_version }}