Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Feb 15, 2024
1 parent 398008e commit 1a8d792
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 @@ -65,6 +65,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 1a8d792

Please sign in to comment.