mirror of
https://github.com/actions/setup-java.git
synced 2025-06-28 12:04:14 +00:00
Fix typo (#380)
This commit is contained in:
parent
d854b6da19
commit
7bbeb80d24
9 changed files with 37 additions and 37 deletions
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
|
@ -68253,7 +68253,7 @@ function save(id) {
|
|||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const packageManager = findPackageManager(id);
|
||||
const matchedKey = core.getState(CACHE_MATCHED_KEY);
|
||||
// Inputs are re-evaluted before the post action, so we want the original key used for restore
|
||||
// Inputs are re-evaluated before the post action, so we want the original key used for restore
|
||||
const primaryKey = core.getState(STATE_CACHE_PRIMARY_KEY);
|
||||
if (!primaryKey) {
|
||||
core.warning('Error retrieving key from state.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue