Skip to content

Commit

Permalink
Merge pull request #62 from actions/branding-and-descriptions
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
Stanley Goldman authored and GitHub committed Dec 16, 2019
2 parents 45d3fa9 + 932d77f commit 2b9a6b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This action sets up a [dotnet core cli](https://github.com/dotnet/cli) environme

- optionally downloading and caching a version of dotnet by SDK version and adding to PATH
- registering problem matchers for error output
- setting up authentication to private package sources like GitHub Packages

# Usage

Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Setup .NET Core SDK'
description: 'Set up a specific version of the .NET Core SDK, add the command-line tools to the PATH and set up authentication to private package sources like GitHub Packages.'
description: 'Set up a specific version of the .NET Core CLI in the PATH and set up authentication to a private NuGet repository'
author: 'GitHub'
branding:
icon: play
color: green
inputs:
dotnet-version:
description: 'SDK version to use. Example: 2.2.104'
Expand Down

0 comments on commit 2b9a6b7

Please sign in to comment.