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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8705ee3  Fix GitHub Actions Dockerfile path
8705ee3 is described below

commit 8705ee36335cf09293fd521a782ad6aa3246e2b7
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Dec 21 17:25:48 2020 +0800

    Fix GitHub Actions Dockerfile path
---
 action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/action.yml b/action.yml
index 0494f27..23fe862 100644
--- a/action.yml
+++ b/action.yml
@@ -15,11 +15,11 @@
 # specific language governing permissions and limitations
 # under the License.
 # 
-name: License Guard
+name: License Eye
 description: A full-featured license guard to check and fix license headers 
and dependencies' licenses.
 branding:
   icon: book
   color: orange
 runs:
   using: docker
-  image: Dockerfile
+  image: license-eye/Dockerfile

Reply via email to