diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29d00a5..d23302a 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@e348103e9026cc0eee72ae06630dbe30c8bf7a79 + - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 with: commit_message: Apply `npm run prepare` changes