Skip to content

Commit

Permalink
Add action branding (#7)
Browse files Browse the repository at this point in the history
In preparation for publishing to the marketplace.
  • Loading branch information
dan-manges authored Nov 14, 2022
1 parent 506490d commit 02c1131
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Setup Captain
description: Installs the Captain CLI
author: RWX
branding:
icon: navigation
color: green
inputs:
version:
description: |
Version of the Captain CLI to install.
Must either be "latest" or a semver identifier.
Must either be "v1" or a specific version.
If not specified, "v1" is the default which will install the latest 1.x.x release.
default: v1
required: false
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'
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.0",
"version": "1.1.1",
"description": "This action installs the captain CLI in Github Actions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 02c1131

Please sign in to comment.