diff --git a/.github/actions/install_wheel/action.yml b/.github/actions/install_wheel/action.yml index baf5aa3a94..24feddba2d 100644 --- a/.github/actions/install_wheel/action.yml +++ b/.github/actions/install_wheel/action.yml @@ -2,7 +2,7 @@ name: 'Install Python Packages with Local Wheels and Extras' description: 'Installs specified Python packages with support for local wheels and optional extras.' -author: 'Your Name' +author: 'OpenVINO Developers' inputs: packages: description: @@ -10,8 +10,8 @@ inputs: 'openvino;openvino_tokenizers[extra1,extra2]'" required: true local_wheel_dir: - description: 'Path to the directory containing local wheel files (optional)' - required: false + description: 'Path to the directory containing local wheel files' + required: true runs: using: 'node20' main: 'dist/index.js'