Skip to content

Commit c24ccd5

Browse files
committed
Set Action icon and color
1 parent eb4bd21 commit c24ccd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
66
FROM base as analyzer
77
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
88
LABEL "com.github.actions.description" = "Run PSScriptAnalyzer tests"
9-
LABEL "com.github.actions.icon" = "box"
10-
LABEL "com.github.actions.color" = "blue"
9+
LABEL "com.github.actions.icon" = "check-square"
10+
LABEL "com.github.actions.color" = "green"
1111

1212
LABEL "name" = "github-action-psscriptanalyzer"
1313
LABEL "version" = "1.2.0"

0 commit comments

Comments
 (0)