We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804a483 commit 3d9abeaCopy full SHA for 3d9abea
.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