From 7fc2bde812d8af1afdc0df93ac9cce65ac4c5c69 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 15 Nov 2022 11:36:31 +0100 Subject: [PATCH] Update pr-validate.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/pr-validate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index b34b70b5c94..e14273e42d3 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -65,6 +65,8 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 with: ref: ${{ github.event.pull_request.head.sha }} + - name: verbose head git commit message + run: echo "$(git show -s --format=%s)" - name: Print head git commit message id: get_head_commit_message run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"