diff --git a/action.yml b/action.yml index 52c1306..8153f67 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,6 @@ runs: timeout 30s bash -c 'until [ -f /tmp/expose-tunnel/.tunnel-is-ready ]; do sleep 1; echo "Waiting for /tmp/expose-tunnel/.tunnel-is-ready to be ready..."; done;' # To ensure the output has been correctly picked up (sometimes it can race-condition), we # wait an additional second. - cat "Tunnel is ready: $(/tmp/expose-tunnel/.tunnel-is-ready)" sleep 1 shell: bash