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 <[email protected]> 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 }}
