From 3ddbb47a2efffdd7fc4ae475d602a838e74ac4bc Mon Sep 17 00:00:00 2001 From: Avneet Raj Date: Fri, 19 Jan 2024 12:17:25 +0530 Subject: [PATCH] update workflow to pick specific branch from CD & HG plugin --- .github/workflows/brand-plugin-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 024e1e6e8..0f5da41c9 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -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" @@ -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"