mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
added blurb about private key file and cleanup for hosted runners
This commit is contained in:
parent
7f2382879a
commit
91d166793d
3 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,7 @@ export const INPUT_JDK_FILE = 'jdkFile';
|
|||
export const INPUT_SERVER_ID = 'server-id';
|
||||
export const INPUT_SERVER_USERNAME = 'server-username';
|
||||
export const INPUT_SERVER_PASSWORD = 'server-password';
|
||||
export const INPUT_SETTINGS_PATH = 'settings-path';
|
||||
export const INPUT_GPG_PRIVATE_KEY = 'gpg-private-key';
|
||||
export const INPUT_GPG_PASSPHRASE = 'gpg-passphrase';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue