fix: preserve unicode in filepaths when commit signing

This commit is contained in:
Peter Evans 2024-12-27 10:17:57 +00:00
parent b378ed537a
commit 8f72555ae6
4 changed files with 20 additions and 8 deletions

View file

@ -157,6 +157,8 @@ export class GitCommandManager {
async getCommit(ref: string): Promise<Commit> {
const endOfBody = '###EOB###'
const output = await this.exec([
'-c',
'core.quotePath=false',
'show',
'--raw',
'--cc',