diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c78618..ec62d70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,6 @@ jobs: run: npm run lint - name: Prepare run: npm run prepare - - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d + - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 with: commit_message: Apply `npm run prepare` changes