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 3b6a0da commit 9605701Copy full SHA for 9605701
Dockerfile
@@ -1,8 +1,8 @@
1
# ubuntu:latest at 2019-02-12T19:22:56IST
2
FROM ubuntu@sha256:7a47ccc3bbe8a451b500d2b53104868b46d60ee8f5b35a24b41a86077c650210
3
4
-LABEL "com.github.actions.icon"="code"
5
-LABEL "com.github.actions.color"="purple"
+LABEL "com.github.actions.icon"="check-circle"
+LABEL "com.github.actions.color"="green"
6
LABEL "com.github.actions.name"="PHPCS Code Review"
7
LABEL "com.github.actions.description"="This will run phpcs on PRs"
8
0 commit comments