Skip to content

Commit 89e29c5

Browse files
committed
Fix yamlint
Signed-off-by: David Kornel <kornys@outlook.com>
1 parent 616107a commit 89e29c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/smoke-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ runs:
7070
echo "--- ${pod} ---"
7171
kubectl logs "${pod}" -n "${ns}" --tail=30 2>/dev/null || true
7272
done
73-
done
73+
done

.github/actions/smoke-test/kind-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ nodes:
1414
protocol: TCP
1515
- containerPort: 443
1616
hostPort: 443
17-
protocol: TCP
17+
protocol: TCP

0 commit comments

Comments
 (0)