Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 20, 2022
1 parent ae05db7 commit 11387c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docker image
name: Update composer.lock

on:
push:
Expand All @@ -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"
Expand Down

0 comments on commit 11387c0

Please sign in to comment.