From ee7207fc485b8d2cb3f611cf89ec99acd6d0ce20 Mon Sep 17 00:00:00 2001 From: Avneet Raj Date: Thu, 25 Jan 2024 11:54:36 +0530 Subject: [PATCH] remove plugin-branch param --- .github/workflows/brand-plugin-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/brand-plugin-test.yml b/.github/workflows/brand-plugin-test.yml index 0f5da41c9..024e1e6e8 100644 --- a/.github/workflows/brand-plugin-test.yml +++ b/.github/workflows/brand-plugin-test.yml @@ -39,7 +39,6 @@ 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" @@ -50,7 +49,6 @@ 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"