Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 26s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 26s
This commit is contained in:
parent
297efe6192
commit
fd1f1b4e42
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue