Обновить .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: |
|
run: |
|
||||||
echo "${{ secrets.ENVIRONMENT }}" > ./.env
|
echo "${{ secrets.ENVIRONMENT }}" > ./.env
|
||||||
cat ./.env
|
cat ./.env
|
||||||
|
- name: Install Yarn
|
||||||
|
run: npm install -g yarn
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue