From 3b26f375d18e33055b2c1882722767890b5c0c20 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Tue, 4 Feb 2025 15:06:59 -0800 Subject: [PATCH] too restrictive on root path sparse checkout --- .github/workflows/splunk-ta-otel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/splunk-ta-otel.yml b/.github/workflows/splunk-ta-otel.yml index d80ce51db5..56771f37c9 100644 --- a/.github/workflows/splunk-ta-otel.yml +++ b/.github/workflows/splunk-ta-otel.yml @@ -137,7 +137,7 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 with: - sparse-checkout: packaging/technical-addon/packaging-scripts + sparse-checkout: packaging/technical-addon/ - uses: streetsidesoftware/cspell-action@v6 with: config: packaging/technical-addon/packaging-scripts/cspell/cspell.json