From a1ea38f02443ef1c5c021cbde4269f726777eb24 Mon Sep 17 00:00:00 2001 From: jackson Date: Thu, 21 Mar 2024 17:16:32 -0400 Subject: [PATCH] typo fix github CI --- .github/workflows/docker-image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index baf2abc..4f9b564 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) in GH Actions runners (~6GB freed) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # when set to "true" but frees about 6 GB - tool-cache: false + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # when set to "true" but frees about 6 GB + tool-cache: false - name: Check out the repo uses: actions/checkout@v4