Skip to content

Commit

Permalink
echo-info
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Aug 27, 2023
1 parent a7a9a58 commit 6f47517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f47517

Please sign in to comment.