Add force-download input

This commit is contained in:
copilot-swe-agent[bot]
2026-07-28 02:09:59 +00:00
committed by GitHub
parent 9c42e48e88
commit 98c23c3cba
9 changed files with 77 additions and 3 deletions
+4
View File
@@ -30,6 +30,10 @@ inputs:
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
required: false
default: false
force-download:
description: 'Set this option to always download Java and replace any matching version in the tool cache'
required: false
default: false
set-default:
description: 'Set this option to false if you want to install a JDK but not make it the default. When false, JAVA_HOME and PATH are not updated, but JAVA_HOME_<major>_<arch> is still set.'
required: false