Skip to content

Commit

Permalink
Echo tunnel url from output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Nov 17, 2022
1 parent 305066d commit c5b61a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5b61a8

Please sign in to comment.