From 782ffc084f49828007307e2dec367b6d705efe16 Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Sun, 27 Jun 2021 09:26:11 +0000 Subject: [PATCH] Fixed typo --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c2c3413d..9027ec10 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: - name: Create folder for storing images run: | sudo mkdir -p /images - chmod sudo chmod 777 /images + sudo chmod 777 /images - name: Configure images folder for caching uses: actions/cache@v2 with: @@ -259,7 +259,7 @@ jobs: - name: Create folder for storing images run: | sudo mkdir -p /images - chmod sudo chmod 777 /images + sudo chmod 777 /images - name: Configure images folder for caching # For staging we do not deploy images. So we do not have to load them from cache. if: ${{ env.BRANCH != 'staging' }}