We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 804a483 + 3d9abea commit 6d3142cCopy full SHA for 6d3142c
.github/workflows/code-style.yml
@@ -20,7 +20,7 @@ jobs:
20
echo "name=${NAME}" >> $GITHUB_OUTPUT
21
22
- name: ${{ steps.detect.outputs.name }} the code style
23
- uses: TheDragonCode/codestyler@v3
+ uses: TheDragonCode/codestyler@v4
24
with:
25
github_token: ${{ secrets.COMPOSER_TOKEN }}
26
fix: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments