diff --git a/action.yml b/action.yml index c1af4c9..4247dd0 100644 --- a/action.yml +++ b/action.yml @@ -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" diff --git a/package.json b/package.json index f1498f2..149a8ae 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "ncc build index.ts --license LICENSE" }, "keywords": [], - "author": "", + "author": "nf-core", "license": "MIT", "dependencies": { "@actions/core": "^1.8.2",