mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
new build
This commit is contained in:
parent
02522e5e9d
commit
2363249e9f
3 changed files with 10 additions and 8 deletions
4
dist/cleanup/index.js
vendored
4
dist/cleanup/index.js
vendored
|
@ -1031,7 +1031,7 @@ exports.INPUT_GPG_PASSPHRASE = 'gpg-passphrase';
|
|||
exports.INPUT_DEFAULT_GPG_PRIVATE_KEY = undefined;
|
||||
exports.INPUT_DEFAULT_GPG_PASSPHRASE = 'GPG_PASSPHRASE';
|
||||
exports.STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';
|
||||
exports.DISCO_URL = 'https://api.foojay.io';
|
||||
exports.DISCO_URL = 'https://stage.api.foojay.io';
|
||||
exports.PACKAGES_PATH = '/disco/v1.0/packages';
|
||||
exports.EPHEMERAL_IDS_PATH = '/disco/v1.0/ephemeral_ids';
|
||||
exports.DISTROS = [
|
||||
|
@ -1041,7 +1041,7 @@ exports.DISTROS = [
|
|||
'dragonwell',
|
||||
'liberica',
|
||||
'ojdk_build',
|
||||
'oracle_open_jdk',
|
||||
'oracle_openjdk',
|
||||
'sap_machine',
|
||||
'zulu'
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue