Skip to content

Commit 4563f68

Browse files
Fix arguments parsing
1 parent c3c8d94 commit 4563f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
id: tunnel
5757
run: |
5858
npm install -g localtunnel
59-
npm exec localtunnel --port 5000 > tunnel.log 2>&1 &
59+
npm exec localtunnel -- --port 5000 > tunnel.log 2>&1 &
6060
6161
# Poll for the URL
6262
TIMEOUT=15

0 commit comments

Comments
 (0)