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 11387c0 commit 25f8bde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

pull_request:

env:
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}

jobs:
update-composer-lock:
runs-on: ubuntu-latest
Expand All @@ -21,5 +25,7 @@ jobs:
uses: php-actions/composer@v6
- name: Commit changes
run: |
git config --global user.name "${GIT_USER_EMAIL}"
git config --global user.email "${GIT_USER_EMAIL}"
git commit -am "Update composer.lock file"
git push

0 comments on commit 25f8bde

Please sign in to comment.