diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index 38f0747a17f4..3ed675c543c8 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -41,7 +41,7 @@ jobs: Write-Output (git log -1 --no-merges --pretty=%B) Write-Output '######' - Write-Output (git show -s --no-merges --format=%B) + Write-Output (git show -1 --no-merges --format=%B) Exit 1