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

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

commit bd89b16d629f83882119c204c625ec8f0d5d02a9
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Jul 8 20:48:05 2022 +0800

    Replicate root action.yml instead of using sym link
---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index d33a37a..b4e8ce9 100644
--- a/action.yml
+++ b/action.yml
@@ -43,7 +43,7 @@ inputs:
     default: check
 runs:
   using: docker
-  image: ../Dockerfile
+  image: Dockerfile
   env:
     GITHUB_TOKEN: ${{ inputs.token }}
   args:

Reply via email to