You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2023/02/24 09:36:03 UTC

[skywalking-eyes] branch kezhenxu94-patch-1 created (now 28fb6e4)

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

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


      at 28fb6e4  Update action.yml

This branch includes the following new commits:

     new 28fb6e4  Update action.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-eyes] 01/01: Update action.yml

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 28fb6e48f07757fece4121a0f9a26df0432bd1f9
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Feb 24 17:35:59 2023 +0800

    Update action.yml
---
 header/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/header/action.yml b/header/action.yml
index faa0874..08b9153 100644
--- a/header/action.yml
+++ b/header/action.yml
@@ -73,7 +73,7 @@ runs:
         key: license-eye-${{ runner.os }}-go-${{ hashFiles(format('{0}/{1}', github.action_path, 'go.sum')) }}
         restore-keys: license-eye-${{ runner.os }}-go-
     - shell: bash
-      run: make -C $GITHUB_ACTION_PATH install
+      run: make -C $GITHUB_ACTION_PATH/.. install
     - shell: bash
       env:
         GITHUB_TOKEN: ${{ inputs.token }}