Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Feb 15, 2024
1 parent d5e13e7 commit 9271836
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
echo "is_dirty=${IS_DIRTY}" >> "$GITHUB_OUTPUT"
- name: Fix the code style
uses: TheDragonCode/codestyler@v4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: true

- name: Push changes
uses: ad-m/github-push-action@master
if: |
Expand Down

0 comments on commit 9271836

Please sign in to comment.