Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 35s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 35s
This commit is contained in:
parent
fd1f1b4e42
commit
554a13937e
|
@ -10,9 +10,7 @@ jobs:
|
||||||
- name: Migrate env file
|
- name: Migrate env file
|
||||||
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