You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/11/01 00:20:33 UTC

[skywalking-infra-e2e] branch kezhenxu94-patch-1 created (now 3a0b359)

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-infra-e2e.git


      at 3a0b359  Remove invalid configure in GitHub Actions

This branch includes the following new commits:

     new 3a0b359  Remove invalid configure in GitHub Actions

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-infra-e2e] 01/01: Remove invalid configure in GitHub Actions

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-infra-e2e.git

commit 3a0b359cba6cb6dbeac383099feb3b0d45ee49c0
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Nov 1 08:20:29 2022 +0800

    Remove invalid configure in GitHub Actions
    
    Forgot to remove the testing configuration…
---
 action.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/action.yaml b/action.yaml
index a22b0f3..9d32c0b 100644
--- a/action.yaml
+++ b/action.yaml
@@ -33,7 +33,6 @@ runs:
         go-version: 1.18
     - if: runner.os == 'Linux'
       uses: actions/cache@v3
-      working-directory: ${{ github.action_path}}
       with:
         path: |
           ~/.cache/go-build