Skip to content

Commit

Permalink
Merge pull request #183 from TheDragonCode/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…TheDragonCode/codestyler-5

Bump TheDragonCode/codestyler from 4 to 5
  • Loading branch information
andrey-helldar authored Nov 27, 2024
2 parents 7065ef8 + 97f3bfa commit 1cc4572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "name=${NAME}" >> $GITHUB_OUTPUT
- name: ${{ steps.detect.outputs.name }} the code style
uses: TheDragonCode/codestyler@v4
uses: TheDragonCode/codestyler@v5
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 comments on commit 1cc4572

Please sign in to comment.