From ce705f0060d9577538e45c8d26169edb24fe9eed Mon Sep 17 00:00:00 2001 From: Dan Manges Date: Tue, 15 Nov 2022 15:42:44 -0500 Subject: [PATCH] Add link to documentation (#8) --- README.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 248ca6c..fb291bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # setup-captain -This is a GitHub action for using setting up `captain` in your job. +This is a GitHub Action for installing the Captain CLI. + +For more information on Captain see https://www.rwx.com/captain + +For documentation on using the CLI see https://www.rwx.com/captain/docs ## Inputs diff --git a/package-lock.json b/package-lock.json index bbd26bc..8d2095d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 9eae0e8..a33016c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-captain", - "version": "1.1.1", + "version": "1.1.2", "description": "This action installs the captain CLI in Github Actions", "main": "dist/index.js", "scripts": {