Skip to content

Commit 9605701

Browse files
committed
Update labels in Dockerfile
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
1 parent 3b6a0da commit 9605701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ubuntu:latest at 2019-02-12T19:22:56IST
22
FROM ubuntu@sha256:7a47ccc3bbe8a451b500d2b53104868b46d60ee8f5b35a24b41a86077c650210
33

4-
LABEL "com.github.actions.icon"="code"
5-
LABEL "com.github.actions.color"="purple"
4+
LABEL "com.github.actions.icon"="check-circle"
5+
LABEL "com.github.actions.color"="green"
66
LABEL "com.github.actions.name"="PHPCS Code Review"
77
LABEL "com.github.actions.description"="This will run phpcs on PRs"
88

0 commit comments

Comments
 (0)