mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
chore: Update author
This commit is contained in:
parent
80fb69cc4f
commit
16725d6eeb
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
name: "Setup Nextflow"
|
name: "Setup Nextflow"
|
||||||
description: "Install Nextflow and add it to the PATH"
|
description: "Install Nextflow and add it to the PATH"
|
||||||
author: "Thomas A. Christensen II"
|
author: "nf-core"
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3"
|
description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"build": "ncc build index.ts --license LICENSE"
|
"build": "ncc build index.ts --license LICENSE"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "nf-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.8.2",
|
"@actions/core": "^1.8.2",
|
||||||
|
|
Loading…
Reference in a new issue