From f8b91f4b19e7232d0dac279d3eceaab5c167c0bf Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Fri, 29 Mar 2019 22:35:37 -0500 Subject: [PATCH] ci: Update action labels --- .github/fmt/Dockerfile | 2 +- .github/test/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fmt/Dockerfile b/.github/fmt/Dockerfile index 27cf930..6cd9678 100644 --- a/.github/fmt/Dockerfile +++ b/.github/fmt/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.12 LABEL "com.github.actions.name"="fmt" -LABEL "com.github.actions.description"="Ensure formatted files" +LABEL "com.github.actions.description"="fmt" LABEL "com.github.actions.icon"="code" LABEL "com.github.actions.color"="purple" diff --git a/.github/test/Dockerfile b/.github/test/Dockerfile index 2420b39..c6874db 100644 --- a/.github/test/Dockerfile +++ b/.github/test/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.12 LABEL "com.github.actions.name"="test" -LABEL "com.github.actions.description"="Run go test" +LABEL "com.github.actions.description"="test" LABEL "com.github.actions.icon"="code" LABEL "com.github.actions.color"="purple" -- GitLab