diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index f31d801..ce1fa79 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -26,27 +26,31 @@ jobs: bluehost: name: Bluehost Build and Test needs: setup - uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main + uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@add/secondary-module-inputs with: module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'bluehost/bluehost-wordpress-plugin' + secondary-module-repo: 'newfold-labs/wp-module-onboarding' + secondary-module-branch: 'enhance/ai-onboarding' secrets: inherit hostgator: name: HostGator Build and Test needs: setup - uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main + uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@add/secondary-module-inputs with: module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'newfold-labs/wp-plugin-hostgator' + secondary-module-repo: 'newfold-labs/wp-module-onboarding' + secondary-module-branch: 'enhance/ai-onboarding' secrets: inherit web: name: Web.com Build and Test needs: setup - uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main + uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@add/secondary-module-inputs with: module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} @@ -56,17 +60,19 @@ jobs: crazydomains: name: Crazy Domains Build and Test needs: setup - uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main + uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@add/secondary-module-inputs with: module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }} plugin-repo: 'newfold-labs/wp-plugin-crazy-domains' + secondary-module-repo: 'newfold-labs/wp-module-onboarding' + secondary-module-branch: 'enhance/ai-onboarding' secrets: inherit mojo: name: Mojo Build and Test needs: setup - uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main + uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@add/secondary-module-inputs with: module-repo: ${{ github.repository }} module-branch: ${{ needs.setup.outputs.branch }}