mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
fixing defaults
This commit is contained in:
parent
2d0e474aa9
commit
4d8dc69fc8
5 changed files with 8 additions and 7 deletions
|
@ -10,6 +10,7 @@ export const INPUT_SETTINGS_PATH = 'settings-path';
|
|||
export const INPUT_GPG_PRIVATE_KEY = 'gpg-private-key';
|
||||
export const INPUT_GPG_PASSPHRASE = 'gpg-passphrase';
|
||||
|
||||
export const INPUT_DEFAULT_GPG_PRIVATE_KEY = undefined;
|
||||
export const INPUT_DEFAULT_GPG_PASSPHRASE = 'GPG_PASSPHRASE';
|
||||
|
||||
export const STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue