We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c3929 commit 4b1e03cCopy full SHA for 4b1e03c
.github/workflows/autofix.yml
@@ -21,6 +21,6 @@ jobs:
21
- run: pnpm install
22
- name: Fix lint issues
23
run: pnpm run lint:fix && pnpm vitest run --update
24
- - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
+ - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
25
with:
26
commit-message: "chore: apply automated updates"
0 commit comments