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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 5529cc49d Update the ngrok v3 (#5465)
5529cc49d is described below

commit 5529cc49d31f135dfdac4f2a2072ca46bfd754de
Author: Dominic Kim <[email protected]>
AuthorDate: Sat Feb 24 16:57:10 2024 +0900

    Update the ngrok v3 (#5465)
---
 tools/github/debugAction.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/github/debugAction.sh b/tools/github/debugAction.sh
index 6ebe6e243..5b44b8088 100755
--- a/tools/github/debugAction.sh
+++ b/tools/github/debugAction.sh
@@ -33,8 +33,8 @@ fi
 echo "### Install ngrok ###"
 if ! test -e ./ngrok
 then
-  wget -q https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-386.zip
-  unzip ngrok-stable-linux-386.zip
+  wget -q https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-386.tgz
+  tar xvf ngrok-v3-stable-linux-386.tgz
   chmod +x ./ngrok
 fi
 

Reply via email to