From 9666db4ecc86cc5517b0381d959895ba28a21a35 Mon Sep 17 00:00:00 2001 From: baryon2 Date: Mon, 11 Sep 2023 22:27:45 +0200 Subject: [PATCH] fix workflow file --- .github/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index a93ace2..9fb0d25 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -22,8 +22,8 @@ runs: - name: Install dependencies if: steps.yarn-cache.outputs.cache-hit != 'true' with: - registry-url: 'https://npm.pkg.github.com' - scope: '@leapwallet' + registry-url: "https://npm.pkg.github.com" + scope: "@leapwallet" run: | yarn install --cwd example --frozen-lockfile yarn install --frozen-lockfile