setup-nextflow/action.yml

19 lines
486 B
YAML
Raw Normal View History

name: "Setup Nextflow"
description: "Install Nextflow and add it to the PATH"
author: "nf-core"
2022-06-13 17:41:50 +00:00
inputs:
version:
description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3"
2022-06-13 17:41:50 +00:00
required: false
default: "latest-stable"
2022-06-13 17:41:50 +00:00
all:
description: "Whether to install every Nextflow release via the '-all' distribution."
required: false
default: false
runs:
2024-02-09 13:59:33 +00:00
using: "node20"
main: "dist/index.js"
2022-06-13 17:41:50 +00:00
branding:
icon: "shuffle"
color: "green"