Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed May 21, 2024
1 parent 7a736aa commit 9aaed80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-etcd-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:
--set auth.rbac.token.enabled=false \
--set persistence.size=1Gi \
--create-namespace \
-n ${{ inputs.namespace }}
-n ${{ inputs.namespace }}
2 changes: 1 addition & 1 deletion .github/actions/setup-greptimedb-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ runs:
with:
name: kind-logs
path: /tmp/kind
retention-days: 3
retention-days: 3
2 changes: 1 addition & 1 deletion .github/actions/setup-kind/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ runs:
- name: Create kind cluster
shell: bash
run: |
./.github/scripts/kind-with-registry.sh
./.github/scripts/kind-with-registry.sh

0 comments on commit 9aaed80

Please sign in to comment.