Skip to content

Commit c443bcc

Browse files
authored
Merge pull request #18 from webfactory/update-agent-v3
Use ngrok v3 agents
2 parents a47bd4a + 2e5fa46 commit c443bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
if('${{ runner.os }}' -eq 'Linux')
4040
{
4141
printf "# Preparing environment..."
42-
echo "ngrok-stable-linux-386.zip" > ngrok_zip_name
42+
echo "ngrok-v3-stable-linux-amd64.zip" > ngrok_zip_name
4343
whoami > ssh_user
4444
printf " [DONE]\n\n"
4545
@@ -49,7 +49,7 @@ runs:
4949
elseif('${{ runner.os }}' -eq 'macOS')
5050
{
5151
printf "# Preparing environment..."
52-
echo "ngrok-stable-darwin-amd64.zip" > ngrok_zip_name
52+
echo "ngrok-v3-stable-darwin-amd64.zip" > ngrok_zip_name
5353
echo "root" > ssh_user
5454
printf " [DONE]\n\n"
5555
@@ -62,7 +62,7 @@ runs:
6262
elseif('${{ runner.os }}' -eq 'Windows')
6363
{
6464
printf "# Preparing environment..."
65-
echo "ngrok-stable-windows-amd64.zip" > ngrok_zip_name
65+
echo "ngrok-v3-stable-windows-amd64.zip" > ngrok_zip_name
6666
echo $env:UserName > ssh_user
6767
printf " [DONE]\n\n"
6868

@@ -95,7 +95,7 @@ runs:
9595
- name: Install and setup ngrok
9696
run: |
9797
echo "# Install ngrok"
98-
curl https://bin.equinox.io/c/4VmDzA7iaHb/$(cat ngrok_zip_name) --output ngrok.zip
98+
curl https://bin.equinox.io/c/bNyj1mQVY4c/$(cat ngrok_zip_name) --output ngrok.zip
9999
unzip ngrok.zip
100100
chmod +x ./ngrok
101101

0 commit comments

Comments
 (0)