fix: preserve unicode in filepaths when commit signing (#3588)

This commit is contained in:
Peter Evans
2024-12-27 10:51:52 +00:00
committed by GitHub
parent bb88e27d3f
commit 67ccf781d6
4 changed files with 11 additions and 7 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',