mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
fix-echo
This commit is contained in:
parent
21429cfa26
commit
481d2ceceb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
ngrok_auth_token: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
|
|
||||||
- name: Get URL
|
- name: Get URL
|
||||||
run: echo "Desktop Environment URL: $(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
|
- name: Run for 20 mins
|
||||||
run: sleep 1200
|
run: sleep 1200
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue