From 43a0752434166c81f42543ebf983438202097821 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 22 Jun 2023 22:10:22 -0600 Subject: [PATCH] update the unsupported fields --- src/main.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main.ts b/src/main.ts index 8b3c2d83..9e125ae3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -289,15 +289,10 @@ export async function run(): Promise { 'baseSha', 'since', 'until', - 'path', - 'quotePath', - 'diffRelative', 'sinceLastRemoteCommit', 'recoverDeletedFiles', 'recoverDeletedFilesToDestination', - 'includeAllOldNewRenamedFiles', - 'oldNewSeparator', - 'oldNewFilesSeparator' + 'includeAllOldNewRenamedFiles' ] for (const input of unsupportedInputs) {