From f9ba0e688fa3089b98db4dc8944cad9ea11c605e Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Wed, 19 Oct 2022 11:25:42 +0000 Subject: [PATCH] Removed syntax error --- .github/workflows/build_test_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 3172e411..8aee5c5f 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -439,7 +439,7 @@ jobs: echo "MAILU_VERSION=${{ inputs.mailu_version }}" >> $GITHUB_ENV echo "PINNED_MAILU_VERSION=${{ inputs.pinned_mailu_version }}" >> $GITHUB_ENV echo "DOCKER_ORG=${{ inputs.docker_org }}" >> $GITHUB_ENV - - name: Configure /cache for image docs + - name: Configure /cache for image docs uses: actions/cache@v3 with: path: ${{ runner.temp }}/cache/docs