From 126187dd3e57db8966398c393e6fbbfaf2a99d7e Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Thu, 30 Jul 2026 11:49:09 +0530 Subject: [PATCH] Update auto_cherry_pick.yml --- .github/workflows/auto_cherry_pick.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 235bd5d..e57a2e1 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -16,10 +16,6 @@ on: description: "Run mode: cherry-pick or verify" required: false default: "cherry-pick" - node_version: - description: "Node.js version to use" - required: false - default: "24" pull_request: types: [ opened, synchronize, labeled ] @@ -39,5 +35,4 @@ jobs: repo-name: "eval-action" base_branch: ${{ inputs.base_branch || 'main' }} mode: ${{ github.event_name == 'pull_request' && 'verify' || inputs.mode || 'cherry-pick' }} - node_version: ${{ inputs.node_version || '24' }}