diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index e47bf244..a75c4a60 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,3 +22,5 @@ jobs: - name: Fix lint issues run: npm run lint:fix - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 + with: + commit-message: 'style: apply lint fixes'