Skip to content

update reference (#76) #105

update reference (#76)

update reference (#76) #105

Workflow file for this run

name: Build
on:
push:
branches: [ 'main' ]
workflow_dispatch:
inputs:
version:
description: |
The version of the project to build. Example: `1.0.3`.
If not provided, a development build with a version name
based on the branch name will be built. Otherwise, a release
build with the provided version will be built.
required: false
jobs:
build:
uses: openproblems-bio/actions/.github/workflows/build.yml@main

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "openproblems-bio/actions/.github/workflows/build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
version: ${{ github.event.inputs.version }}