From 13feb31db55f867a9da445d54a071b1a3afdeb80 Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Tue, 21 May 2024 00:17:38 +0800 Subject: [PATCH] Apply suggestions from code review --- .github/actions/setup-greptimedb-cluster/action.yml | 3 ++- .github/actions/setup-kind/action.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-greptimedb-cluster/action.yml b/.github/actions/setup-greptimedb-cluster/action.yml index fad01b826871..e3f3ad021d16 100644 --- a/.github/actions/setup-greptimedb-cluster/action.yml +++ b/.github/actions/setup-greptimedb-cluster/action.yml @@ -90,4 +90,5 @@ runs: with: name: kind-logs path: /tmp/kind - retention-days: 3 \ No newline at end of file + retention-days: 3 + \ No newline at end of file diff --git a/.github/actions/setup-kind/action.yml b/.github/actions/setup-kind/action.yml index ae1b71ea4ad2..0a0746487fbc 100644 --- a/.github/actions/setup-kind/action.yml +++ b/.github/actions/setup-kind/action.yml @@ -13,4 +13,5 @@ runs: - name: Create kind cluster shell: bash run: | - ./.github/scripts/kind-with-registry.sh \ No newline at end of file + ./.github/scripts/kind-with-registry.sh + \ No newline at end of file