Skip to content

Commit

Permalink
Merge pull request #9 from Laravel-Lang/dependabot/github_actions/The…
Browse files Browse the repository at this point in the history
…DragonCode/codestyler-4

Bump TheDragonCode/codestyler from 3 to 4
  • Loading branch information
andrey-helldar committed Feb 16, 2024
2 parents c525c99 + 6e2113b commit 2e758c0
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@v3
uses: TheDragonCode/codestyler@v4
with:
github_token: ${{ secrets.COMPOSER_TOKEN }}
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 2e758c0

Please sign in to comment.