Skip to content

Commit b4b0473

Browse files
committed
complete the API version URL
1 parent 0413c3c commit b4b0473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/miniziti.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Wait for the zrok API to become available
111111
uses: iFaxity/wait-on-action@v1
112112
with:
113-
resource: http://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}/api/v1/version
113+
resource: http://ctrl.zrok.${{ steps.minikube_ip.outputs.minikube_ip }}.sslip.io/api/v1/version
114114
delay: 1000
115115
interval: 1000
116116
timeout: 10000

0 commit comments

Comments
 (0)