Skip to content

Commit 5f5ef9e

Browse files
authored
Change Matrix Name From eks-fargate-matrix to eks_fargate_matrix (#791)
1 parent eac642c commit 5f5ef9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ jobs:
574574
eks_matrix=$(python e2etest/get-testcases.py eks_matrix)
575575
eks_adot_operator_matrix=$(python e2etest/get-testcases.py eks_adot_operator_matrix)
576576
echo "::set-output name=eks-matrix::$eks_matrix"
577-
echo "::set-output name=eks-fargate-matrix::$eks-fargate-matrix"
577+
echo "::set-output name=eks-fargate-matrix::$eks_fargate_matrix"
578578
echo "::set-output name=eks-adot-operator-matrix::$eks_adot_operator_matrix"
579579
echo "::set-output name=ecs-matrix::$ecs_matrix"
580580
echo "::set-output name=ec2-matrix-1::$ec2_matrix_1"

0 commit comments

Comments
 (0)