diff --git a/action.yml b/action.yml index 4e18bc8..a822b34 100644 --- a/action.yml +++ b/action.yml @@ -59,3 +59,7 @@ runs: run: | dotnet build -c Release dotnet run --project DotNuget.csproj --configuration Release -- ${{ inputs.projectFilePath }} ${{ inputs.packageName }} + +branding: + icon: 'octagon' + color: 'green' \ No newline at end of file