Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
This commit is contained in:
parent
25e5d6495f
commit
23f215c928
|
@ -11,6 +11,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.ENVIRONMENT }}" > ./.env
|
echo "${{ secrets.ENVIRONMENT }}" > ./.env
|
||||||
cat ./.env
|
cat ./.env
|
||||||
|
- name: Install Node
|
||||||
|
run: apt install nodejs
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install PHP
|
- name: Install PHP
|
||||||
|
|
Loading…
Reference in New Issue