Обновить .gitea/workflows/action.yaml
Some checks failed
Deploy Wishlist / deploy (push) Failing after 26s

This commit is contained in:
Dhaverd 2025-03-28 07:15:26 +03:00
parent 318fa5ade8
commit 8c7f816a93

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Create .env file from secrets - name: Create .env file from secrets
run: cat ${ENV_PROD} > .env run: echo "$ENV_PROD" > .env
- name: Install PHP dependencies - name: Install PHP dependencies
run: composer install run: composer install