From 9d77cb10abaf191afcc3ca692c176eee935b9bae Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Tue, 14 Jan 2025 17:23:27 -0500 Subject: [PATCH] updates plugin test workflow with new input for npm package name --- .github/workflows/brand-plugin-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index fcb489da..264d03ff 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -33,6 +33,7 @@ jobs: module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'bluehost/bluehost-wordpress-plugin' sync-npm-package: true + sync-npm-package-name: 'newfold/wp-module-ecommerce' secrets: inherit hostgator: @@ -44,6 +45,7 @@ jobs: module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'newfold-labs/wp-plugin-hostgator' sync-npm-package: true + sync-npm-package-name: 'newfold/wp-module-ecommerce' secrets: inherit crazydomains: @@ -55,4 +57,5 @@ jobs: module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'newfold-labs/wp-plugin-crazy-domains' sync-npm-package: true + sync-npm-package-name: 'newfold/wp-module-ecommerce' secrets: inherit \ No newline at end of file