Skip to content

Commit

Permalink
Add action branding
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr authored Aug 31, 2024
1 parent 367a706 commit 27866b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Deploy to NuGet'

description: 'Reusable action to build and deploy a .NET project to NuGet the @v tag of the action is the dotnet sdk version.'
author: 'ALSI'

inputs:
deploy-nuget-project:
Expand Down Expand Up @@ -42,3 +42,6 @@ runs:
mcr.microsoft.com/dotnet/sdk:${{ inputs.dotnet-version }} \
bash -c "./src/deploy.sh ${{ inputs.deploy-nuget-project }} ${{ inputs.version }} ${{ inputs.build-only }}"
branding:
icon: 'package'
color: 'blue'

0 comments on commit 27866b2

Please sign in to comment.