Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -65,6 +65,8 @@ jobs:
|
|||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
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
|
- name: Print head git commit message
|
||||||
id: get_head_commit_message
|
id: get_head_commit_message
|
||||||
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
|
run: echo "::set-output name=headCommitMsg::$(git show -s --format=%s)"
|
||||||
|
|||||||
Reference in New Issue
Block a user