Skip to content

Commit f8b91f4

Browse files
committed
ci: Update action labels
1 parent f6ef374 commit f8b91f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/fmt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.12
22

33
LABEL "com.github.actions.name"="fmt"
4-
LABEL "com.github.actions.description"="Ensure formatted files"
4+
LABEL "com.github.actions.description"="fmt"
55
LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="purple"
77

.github/test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.12
22

33
LABEL "com.github.actions.name"="test"
4-
LABEL "com.github.actions.description"="Run go test"
4+
LABEL "com.github.actions.description"="test"
55
LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="purple"
77

0 commit comments

Comments
 (0)