From ec18533972c1d2c33eb4290b1fd909b910a0547e Mon Sep 17 00:00:00 2001 From: peter-evans <18365890+peter-evans@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:04:13 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 3 ++- report.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index cc5df6a..f2b3a02 100644 --- a/dist/index.js +++ b/dist/index.js @@ -746,6 +746,7 @@ class GitCommandManager { '--raw', '--cc', '--no-renames', + '--no-abbrev', `--format=%H%n%T%n%P%n%G?%n%s%n%b%n${endOfBody}`, ref ]); @@ -761,7 +762,7 @@ class GitCommandManager { subject: detailLines[4], body: detailLines.slice(5, endOfBodyIndex).join('\n'), changes: lines.slice(endOfBodyIndex + 2, -1).map(line => { - const change = line.match(/^:(\d{6}) (\d{6}) \w{7} \w{7} ([AMD])\s+(.*)$/); + const change = line.match(/^:(\d{6}) (\d{6}) \w{40} \w{40} ([AMD])\s+(.*)$/); if (change) { return { mode: change[3] === 'D' ? change[1] : change[2], diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..99e9cde --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1726477452