Skip to content

Commit

Permalink
update workflow to pick specific branch from CD & HG plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
avneet-raj committed Jan 19, 2024
1 parent c0acfd4 commit 3ddbb47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/brand-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
plugin-branch: 'add/tests-for-onboarding'
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: "newfold-labs/wp-plugin-hostgator"
Expand All @@ -49,6 +50,7 @@ jobs:
needs: setup
uses: newfold-labs/workflows/.github/workflows/module-plugin-test.yml@main
with:
plugin-branch: 'add/tests-for-onboarding'
module-repo: ${{ github.repository }}
module-branch: ${{ needs.setup.outputs.branch }}
plugin-repo: "newfold-labs/wp-plugin-crazy-domains"
Expand Down

0 comments on commit 3ddbb47

Please sign in to comment.