From 0770c5b8141dc819bdfb065ba41793edfb9660d2 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 24 Feb 2023 19:45:41 -0700 Subject: [PATCH] Fix --- .github/actions/env-read-file/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/env-read-file/action.yml b/.github/actions/env-read-file/action.yml index 82f1757e8f939d..e655f7a764e827 100644 --- a/.github/actions/env-read-file/action.yml +++ b/.github/actions/env-read-file/action.yml @@ -4,7 +4,7 @@ runs: using: "composite" runs-on: ubuntu-latest steps: - - name: Cache production build + - name: Create env file uses: actions/cache@v3 id: env-cache with: