From c5b61a86f12928d698551bb3a8b113c318875cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kj=C3=A6r?= Date: Thu, 17 Nov 2022 23:45:21 +0100 Subject: [PATCH] Echo tunnel url from output --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 8153f67..5235832 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,7 @@ 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. + echo ">> Tunnel url stored in output: '${{ steps.setup-tunnel.outputs.tunnel-url }}'" sleep 1 shell: bash