You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/10 14:56:16 UTC

[skywalking-infra-e2e] branch main updated: Update GHA cli commit id (#29)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 64250a9  Update GHA cli commit id (#29)
64250a9 is described below

commit 64250a941f7d02beacebd590d44ad5e663ec2ee9
Author: mrproliu <74...@qq.com>
AuthorDate: Tue Aug 10 22:56:10 2021 +0800

    Update GHA cli commit id (#29)
---
 action.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yaml b/action.yaml
index f733f7b..b6549e4 100644
--- a/action.yaml
+++ b/action.yaml
@@ -36,7 +36,7 @@ runs:
       run: |
         cd /tmp/skywalking-infra-e2e
         git clone https://github.com/apache/skywalking-cli.git
-        git -C skywalking-cli reset --hard a9d05e8684098884badcd08ae4ef2cc4516c3c26
+        git -C skywalking-cli reset --hard 0494541890cd44a9be23e7fe091f9d0f84986613
         cd skywalking-cli
         make build && mv bin/swctl-*-linux-amd64 ../bin/swctl
     - shell: bash