mirror of
https://github.com/actions/cache.git
synced 2025-04-21 03:26:46 +00:00
Removed comment
This commit is contained in:
parent
f9ae5e0028
commit
b388bcadaf
3 changed files with 0 additions and 3 deletions
|
@ -56,7 +56,6 @@ async function saveImpl(stateProvider: IStateProvider): Promise<number | void> {
|
|||
uploadChunkSize: utils.getInputAsInt(Inputs.UploadChunkSize)
|
||||
});
|
||||
|
||||
// -1 refers to cache not saved
|
||||
if (cacheId != -1) {
|
||||
core.info(`Cache saved with key: ${primaryKey}`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue