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 3c4edc4 commit 38649d4
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 @@ -42,6 +42,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: success() && steps.data.outputs.is_dirty == 1
Expand Down

0 comments on commit 38649d4

Please sign in to comment.