Skip to content

Commit

Permalink
ci: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Aug 12, 2024
1 parent 51416de commit 4f0d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Get credentials for CI cluster
run: |
just get-credentials
- name: Set sync environemnt
- name: Set sync environment
run: |
sync_ip=$(kubectl get svc sync -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo "SYNC_ENDPOINT=http://$sync_ip:8080" | tee -a "$GITHUB_ENV"
Expand Down

0 comments on commit 4f0d759

Please sign in to comment.