Обновить .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: |
|
||||
echo "${{ secrets.ENVIRONMENT }}" > ./.env
|
||||
cat ./.env
|
||||
- name: Install Node
|
||||
run: apt install nodejs
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install PHP
|
||||
|
|
Loading…
Reference in New Issue