From ccbecca0e23a38562258b5bbb49ccc90c735ca14 Mon Sep 17 00:00:00 2001 From: Ian Anderson Date: Mon, 9 Dec 2024 15:22:46 -0500 Subject: [PATCH] Fix checkout clobbering --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ea88ebf..ad6ef6f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,10 +18,11 @@ jobs: - name: Check out Yugabyte metrics collection level definitions uses: actions/checkout@v4 with: + path: 'yugabyte-db' repository: 'yugabyte/yugabyte-db' - sparse-checkout-cone-mode: false sparse-checkout: | managed/src/main/resources/metric/*_level_params.json + sparse-checkout-cone-mode: false - name: Set up Go uses: actions/setup-go@v5