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 c24ccd5 commit ce84414Copy full SHA for ce84414
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" = "check-square"
10
-LABEL "com.github.actions.color" = "green"
+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