chore: updated list of unsupported inputs when using REST API (#1611)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2023-09-24 18:10:27 -06:00
committed by GitHub
parent 914e0223cf
commit 428220b7f4
4 changed files with 7 additions and 5 deletions

View File

@@ -258,7 +258,8 @@ export async function run(): Promise<void> {
'recoverFilesIgnore',
'includeAllOldNewRenamedFiles',
'skipInitialFetch',
'fetchSubmoduleHistory'
'fetchSubmoduleHistory',
'dirNamesDeletedFilesIncludeOnlyDeletedDirs'
]
for (const input of unsupportedInputs) {