echo-info

This commit is contained in:
Jackson Delahunt 2023-08-27 18:57:11 +10:00
parent a7a9a58556
commit 6f475172ee

View file

@ -33,7 +33,7 @@ jobs:
ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }}
- name: Get URL
run: echo "$(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)"
run: echo "Desktop Environment URL: $(curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url)"
- name: Run for 20 mins
run: sleep 1200