mirror of
				https://github.com/actions/cache.git
				synced 2025-10-23 08:56:26 +08:00 
			
		
		
		
	Changed logs to warnings
This commit is contained in:
		
							
								
								
									
										4
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/restore-only/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -36762,10 +36762,10 @@ const restore_1 = __importDefault(__webpack_require__(778)); | ||||
| function runRestoreAction() { | ||||
|     return __awaiter(this, void 0, void 0, function* () { | ||||
|         if (core.getInput(constants_1.Inputs.SaveOnAnyFailure) != "") { | ||||
|             core.info(`Input ${constants_1.Inputs.SaveOnAnyFailure} value is passed in the input, this input will be ignored as you are using restore-only action`); | ||||
|             core.warning(`${constants_1.Inputs.SaveOnAnyFailure} value is passed in the input, this input is invalid for the restore-only action and hence will be ignored`); | ||||
|         } | ||||
|         if (core.getInput(constants_1.Inputs.UploadChunkSize) != "") { | ||||
|             core.info(`Input ${constants_1.Inputs.UploadChunkSize} value is passed in the input, this input will be ignored as you are using restore-only action`); | ||||
|             core.warning(`${constants_1.Inputs.UploadChunkSize} value is passed in the input, this input is invalid for the restore-only action and hence will be ignored`); | ||||
|         } | ||||
|         yield (0, restore_1.default)(); | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user