Skip to content

Commit

Permalink
update name and description and add icon/color branding to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
falken42 committed Mar 9, 2023
1 parent 6600c64 commit 50d45df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Checkout'
description: 'Checkout a Git repository at a particular version'
name: 'CheckoutPlus'
description: "Checkout Plus is an improved version of GitHub's actions/checkout, with extra features to simplify your build pipelines."
branding:
icon: 'git-branch'
color: 'blue'
inputs:
repository:
description: 'Repository name with owner. For example, coldfusionjp/ghaction-checkout-plus'
Expand Down

0 comments on commit 50d45df

Please sign in to comment.