From e5532c5047763a804e267fcb3126d21b598d7ce8 Mon Sep 17 00:00:00 2001 From: Ales Puchilo <36516972+SaveTheAles@users.noreply.github.com> Date: Tue, 28 May 2024 20:49:21 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc17e86c..38be9e1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,7 @@ jobs: with: node-version: 16.x - name: subrepo cd - with: - cmd: cd front + run: cd front - name: Run install uses: borales/actions-yarn@v4 with: