fix: bug not using the path for source file inputs (#1179)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Tonye Jack
2023-05-26 08:20:56 -06:00
committed by GitHub
parent e82d3911ce
commit c798a4ea57
4 changed files with 15 additions and 7 deletions

View File

@@ -94,7 +94,8 @@ export async function run(): Promise<void> {
)
const filePatterns = await getFilePatterns({
inputs
inputs,
workingDirectory
})
const addedFiles = await getDiffFiles({