diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 37a1c28..882a67f 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -28,7 +28,7 @@ jobs: npm i --progress=false - name: Update composer dependencies uses: php-actions/composer@v6 - with: + with: command: composer install - name: Build frontend