From a37d1f52f9f31dd542d7d3d8ec34318d2eb91c02 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 29 Jan 2024 14:28:31 -0500 Subject: [PATCH] test workflow with secondary module and branch --- .github/workflows/brand-plugin-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index f31d801..b3da71f 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -26,11 +26,13 @@ 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: