diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f856c0..c37314e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,6 @@ jobs: run: npm run test - name: Prepare run: npm run prepare - - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a + - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d with: commit_message: Apply `npm run prepare` changes