From 0401be4ed7e0cf7b500575ab660ac3a635ccb537 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sat, 12 Nov 2022 22:16:16 -0600 Subject: [PATCH] chore: Update package.json --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01845bd..3137452 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "install-nextflow-action", "version": "1.2.0", - "description": "", "main": "dist/index.js", + "description": "An action to install Nextflow into a GitHub Actions workflow and make it available for subsequent steps.", "scripts": { "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", @@ -10,7 +10,11 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "ncc build index.ts --license LICENSE" }, - "keywords": [], + "repository": { + "type": "git", + "url": "git+https://github.com/nf-core/setup-nextflow.git" + }, + "keywords": ["actions", "node", "setup"], "author": "nf-core", "license": "MIT", "dependencies": {