We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4bd21 commit c24ccd5Copy full SHA for c24ccd5
Dockerfile
@@ -6,8 +6,8 @@ RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted; \
6
FROM base as analyzer
7
LABEL "com.github.actions.name" = "PSScriptAnalyzer"
8
LABEL "com.github.actions.description" = "Run PSScriptAnalyzer tests"
9
-LABEL "com.github.actions.icon" = "box"
10
-LABEL "com.github.actions.color" = "blue"
+LABEL "com.github.actions.icon" = "check-square"
+LABEL "com.github.actions.color" = "green"
11
12
LABEL "name" = "github-action-psscriptanalyzer"
13
LABEL "version" = "1.2.0"
0 commit comments