From 5cb6d8a453fdc1e0eb445ed14eb45affff3802ee Mon Sep 17 00:00:00 2001 From: George Joseph <gjoseph@sangoma.com> Date: Mon, 1 May 2023 06:48:32 -0600 Subject: [PATCH] .github: Remove unnecessary parameter in CherryPickTest (cherry picked from commit 313cd9dd84521fa30803ae350b2fb6108739f6e6) --- .github/workflows/CherryPickTest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CherryPickTest.yml b/.github/workflows/CherryPickTest.yml index 60a647b243..fdfa16cfbf 100644 --- a/.github/workflows/CherryPickTest.yml +++ b/.github/workflows/CherryPickTest.yml @@ -40,7 +40,6 @@ jobs: with: repo: ${{github.repository}} pr_number: ${{env.PR_NUMBER}} - cherry_pick_test_label: ${{vars.CHERRY_PICK_TEST_LABEL}} cherry_pick_regex: ${{vars.CHERRY_PICK_REGEX}} github_token: ${{secrets.GITHUB_TOKEN}} -- GitLab