This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch fix
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit fe29b175ff7a7bd2466ea03ecde7bc1857068531
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Dec 27 17:54:04 2020 +0800

    Fix wrong path of Dockerfile in action.yaml
---
 .asf.yaml  | 2 +-
 action.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0398b73..31e4a2f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 # 
 
 github:
-  description: Infra tools created and used by Apache SkyWalking
+  description: A full-featured license tool to check and fix license headers 
and resolve dependencies' licenses.
   homepage: https://skywalking.apache.org/
   labels:
     - cli
diff --git a/action.yml b/action.yml
index fe7cbd3..edad01a 100644
--- a/action.yml
+++ b/action.yml
@@ -16,12 +16,12 @@
 # under the License.
 # 
 name: License Eye
-description: A full-featured license guard to check and fix license headers 
and dependencies' licenses.
+description: A full-featured license tool to check and fix license headers and 
dependencies' licenses.
 branding:
   icon: book
   color: orange
 runs:
   using: docker
-  image: license-eye/Dockerfile
+  image: Dockerfile
   args:
     - header check

Reply via email to