From f1f6c033aba983be5ab7a805729aa37c4a83f11c Mon Sep 17 00:00:00 2001 From: Ian Lumsden Date: Mon, 5 Aug 2024 16:42:51 -0700 Subject: [PATCH] Tries fixing the action yaml --- .github/workflows/build_docker_images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_images.yaml b/.github/workflows/build_docker_images.yaml index dda9f5a0..e8cbe6c7 100644 --- a/.github/workflows/build_docker_images.yaml +++ b/.github/workflows/build_docker_images.yaml @@ -20,7 +20,7 @@ jobs: ["thicket-tutorial-spawn", "docker/Dockerfile.spawn"]] steps: - - name: Clone the thicket-tutorial repo + - name: Clone the thicket-tutorial repo uses: actions/checkout@v4 - name: Clean unneeded stuff in runner to make space for the Docker image