Skip to content

Commit

Permalink
test workflow with secondary module and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 29, 2024
1 parent 4026848 commit a37d1f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a37d1f5

Please sign in to comment.