mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-03-13 14:30:15 +08:00
fix typo
This commit is contained in:
parent
f0d88659ab
commit
c4c50159f0
@ -10,7 +10,7 @@ export const INPUT_SET_JAVA_HOME = 'set-java-home'
|
||||
export const INPUT_CACHE = 'cache'
|
||||
export const INPUT_CHECK_FOR_UPDATES = 'check-for-updates'
|
||||
export const INPUT_NI_MUSL = 'native-image-musl'
|
||||
export const INPUT_REPORT_TOKEN = 'repo-token'
|
||||
export const INPUT_REPORT_TOKEN = 'report-token'
|
||||
|
||||
export const IS_LINUX = process.platform === 'linux'
|
||||
export const IS_MACOS = process.platform === 'darwin'
|
||||
|
Loading…
x
Reference in New Issue
Block a user