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 f6ef374 commit f8b91f4Copy full SHA for f8b91f4
.github/fmt/Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:1.12
2
3
LABEL "com.github.actions.name"="fmt"
4
-LABEL "com.github.actions.description"="Ensure formatted files"
+LABEL "com.github.actions.description"="fmt"
5
LABEL "com.github.actions.icon"="code"
6
LABEL "com.github.actions.color"="purple"
7
.github/test/Dockerfile
LABEL "com.github.actions.name"="test"
-LABEL "com.github.actions.description"="Run go test"
+LABEL "com.github.actions.description"="test"
0 commit comments