From 554a13937e09b3355707b778178f6133fcbf6669 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Mon, 18 Mar 2024 19:25:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/gitea-actions.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 3eda0c7..f46c420 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -10,9 +10,7 @@ jobs: - name: Migrate env file run: | echo "${{ secrets.ENVIRONMENT }}" > ./.env - cat ./.env - - name: Install Yarn - run: npm install -g yarn + cat ./.env - name: Install Node uses: actions/setup-node@v4 with: