From ac7b752d99452a3455e14438ddd343805a5385b7 Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Mon, 19 Feb 2024 20:27:41 +0000 Subject: [PATCH] rename built commit --- .github/workflows/plugin-build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-build.yml b/.github/workflows/plugin-build.yml index 3c1a622..9bc7c5f 100644 --- a/.github/workflows/plugin-build.yml +++ b/.github/workflows/plugin-build.yml @@ -50,6 +50,6 @@ jobs: uses: Automattic/action-commit-to-branch@master with: branch: 'main-built' - commit_message: 'Built main' + commit_message: 'Built plugin' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required diff --git a/package.json b/package.json index ef6e0bb..b601248 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint:css:fix": "npm run lint:css -- --fix", "test:js": "wp-scripts test-unit-js", "test:watch": "wp-scripts test-unit-js --watch", - "prepare": "husky install", + "prepare": "husky", "wp-env": "wp-env start", "test:e2e": "npx playwright test --reporter=list" },