Skip to content

Commit

Permalink
Add link to documentation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-manges authored Nov 15, 2022
1 parent 02c1131 commit ce705f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ce705f0

Please sign in to comment.