Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 26s

This commit is contained in:
Dhaverd 2024-03-18 19:16:24 +03:00
parent 297efe6192
commit fd1f1b4e42

View File

@ -11,6 +11,8 @@ jobs:
run: |
echo "${{ secrets.ENVIRONMENT }}" > ./.env
cat ./.env
- name: Install Yarn
run: npm install -g yarn
- name: Install Node
uses: actions/setup-node@v4
with: