From f388afbb3045b419e907f164f5c0a37002564683 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Mon, 1 Apr 2024 12:34:52 -0400 Subject: [PATCH] attempt to fix filter on validate-cfg-files --- .github/workflows/validate-cfg-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-cfg-files.yml b/.github/workflows/validate-cfg-files.yml index 229c5024..776feda1 100644 --- a/.github/workflows/validate-cfg-files.yml +++ b/.github/workflows/validate-cfg-files.yml @@ -19,6 +19,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - sparse-checkout: '*.cfg' + filter: '*.cfg' - name: Validate config files uses: KSP-CKAN/KSPMMCfgParser@master