diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fc3aeee6..38b8c4e2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,4 +21,6 @@ jobs: - run: pnpm install - name: Fix lint issues run: pnpm run lint:fix - - uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160 + - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 + with: + commit-message: 'chore: apply automated lint fixes'