From a9cf1fd3830306c246283debfb8654f011053688 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 24 Feb 2023 19:49:20 -0700 Subject: [PATCH] Another fix --- .github/workflows/env-create-file.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/env-create-file.yml b/.github/workflows/env-create-file.yml index f65afac868..4c9da46836 100644 --- a/.github/workflows/env-create-file.yml +++ b/.github/workflows/env-create-file.yml @@ -7,12 +7,12 @@ jobs: create_env_file_job: runs-on: ubuntu-latest steps: - - name: Cache production build + - name: Create env file uses: actions/cache@v3 id: env-cache - env: - cache-name: env-cache - key-1: ${{ hashFiles('.github/.env') }} + with: + path: .github/.env + key: env-cache-${{ hashFiles('.github/.env') }} - uses: ozaytsev86/create-env-file@v1 if: steps.env-cache.outputs.cache-hit != 'true' with: