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