chore: Update author

This commit is contained in:
Edmund Miller 2022-11-12 22:08:24 -06:00 committed by Thomas A. Christensen II
parent 80fb69cc4f
commit 16725d6eeb
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: "Setup Nextflow"
description: "Install Nextflow and add it to the PATH"
author: "Thomas A. Christensen II"
author: "nf-core"
inputs:
version:
description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3"

View file

@ -8,7 +8,7 @@
"build": "ncc build index.ts --license LICENSE"
},
"keywords": [],
"author": "",
"author": "nf-core",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.8.2",