From 94a1f58a57f1aab4839a3490fac19bc0218f5af5 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Mon, 1 May 2023 06:48:32 -0600 Subject: [PATCH] .github: Remove unnecessary parameter in CherryPickTest (cherry picked from commit f4a3012619c48fc0b0d26793eddd413512c422ac) --- .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}}