From 11387c08025632ae20a615e86be50b5f3e280f05 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Tue, 20 Dec 2022 20:01:20 +0300 Subject: [PATCH] Fixes --- .github/workflows/workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7b08409..d8430b0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: Build docker image +name: Update composer.lock on: push: @@ -19,8 +19,6 @@ jobs: token: ${{ secrets.PAT }} - name: Update lock file uses: php-actions/composer@v6 - with: - command: composer install -n - name: Commit changes run: | git commit -am "Update composer.lock file"