mirror of
https://gitea.com/actions/cache.git
synced 2025-08-19 18:26:06 +08:00
Removed comment
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user