Skip to content

Commit ea98277

Browse files
committed
Fix variable name
1 parent eb44e3d commit ea98277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Create GKE cluster
147147
working-directory: ./tests
148-
run: make create-gke-cluster CI=true IPv6_ONLY=${{ needs.vars.outputs.ipv6_enabled }}
148+
run: make create-gke-cluster CI=true IPV6_ENABLE=${{ needs.vars.outputs.ipv6_enabled }}
149149

150150
- name: Create and setup VM
151151
working-directory: ./tests

0 commit comments

Comments
 (0)