integrate the cache logic to entry points

This commit is contained in:
Kengo TODA 2021-07-13 09:04:54 +08:00
parent fef7d5836a
commit 4a7bf9903c
8 changed files with 116152 additions and 578 deletions

View file

@ -16,4 +16,6 @@ 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 INPUT_CACHE = 'cache';
export const STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';