From 99d21e686984b5fce1ec36c48403803e9ef74d4d Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 2 Aug 2023 15:27:38 -0700 Subject: [PATCH] fix build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4edbcc3..f8e2b90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: ## Read the json file into the environment variables - name: JSON to variables - uses: rgarcia-phi/json-to-variables@v1.1.0 + uses: actions/checkout@v2 with: filename: 'package.json' prefix: project