From d372ba23b117765e15c55109c43eeb03bf7ccf1c Mon Sep 17 00:00:00 2001 From: Core Date: Fri, 16 Sep 2022 17:17:47 +0100 Subject: [PATCH] ok --- .github/workflows/cider-chores.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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