From 45bf3a1cc0917a948aa082b4240dfde30a9c2138 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Fri, 22 Mar 2024 15:22:27 -0500 Subject: [PATCH] Change checkout for generate master-slugs --- .github/workflows/master-slugs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master-slugs.yml b/.github/workflows/master-slugs.yml index c9f3d07c9..eac347576 100644 --- a/.github/workflows/master-slugs.yml +++ b/.github/workflows/master-slugs.yml @@ -10,9 +10,11 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: - submodules: "recursive" + ref: "main/tests" + path: "tests" - name: Setup Python uses: actions/setup-python@v5 id: setup_python