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
+1
View File
@@ -7,6 +7,7 @@ export const INPUT_DISTRIBUTION = 'distribution';
export const INPUT_JDK_FILE = 'jdk-file';
export const INPUT_JDK_FILE_DEPRECATED = 'jdkFile';
export const INPUT_CHECK_LATEST = 'check-latest';
export const INPUT_FORCE_DOWNLOAD = 'force-download';
export const INPUT_SET_DEFAULT = 'set-default';
export const INPUT_PROBLEM_MATCHER = 'problem-matcher';
export const INPUT_VERIFY_SIGNATURE = 'verify-signature';