diff --git a/.github/workflows/cider-chores.yml b/.github/workflows/cider-chores.yml index 2b26ea4d..740b265c 100644 --- a/.github/workflows/cider-chores.yml +++ b/.github/workflows/cider-chores.yml @@ -61,7 +61,7 @@ jobs: ref: ${{ github.head_ref }} - name: Prettify code - run: npm run prettier + run: npm run format:write - name: Commit Prettier Code uses: stefanzweifel/git-auto-commit-action@v4.14.1