Skip to content

Commit

Permalink
Don't cat the output of the lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehnix committed Nov 17, 2022
1 parent 67eb8cc commit 305066d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305066d

Please sign in to comment.