Use HEAD commit instead of merge commit

This commit is contained in:
pzurek
2023-06-19 08:16:06 +02:00
parent 5f52ef9251
commit c76a8a322d

View File

@@ -37,6 +37,8 @@ jobs:
!contains(github.event.head_commit.message, '[force]')
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.33.0
- name: "Init"