Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 17, 2024
1 parent b9a571e commit 0a7771a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if terraform apply --auto-approve \
-var="region=${{ inputs.region }}" \
-var="k8s_version=${{ matrix.arrays.k8s_version }}" \
-var="nodes=${{ matrix.arrays.nodes }}"
-var="nodes=${{ matrix.arrays.nodes }}" \
-var="helm_charts_branch=${{ inputs.helm_charts_branch }}" \
-var="cloudwatch_agent_repository_url=${{ steps.login-ecr.outputs.registry }}" \
-var="cloudwatch_agent_repository=${{ inputs.cloudwatch_agent_repository }}" \
Expand Down

0 comments on commit 0a7771a

Please sign in to comment.