Skip to content

resolve naming conflict #4

resolve naming conflict

resolve naming conflict #4

Workflow file for this run

name: Publish Vocabulary
on:
pull_request:
release:
types: [published]
jobs:
publish-vocabulary:
if: github.repository != 'eu-parc/vocabulary-template'
uses: eu-parc/voc2skosmos-workflow/.github/workflows/yml2skos.yml@main
with:
ref: ${{ github.ref }}
namespace: http://www.placeholder.com/
namespace_label: placeholder
linkml_schema: schema/biochementity.linkml.yml
data: data/data.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}