* fix checkout * fix other actions --------- Co-authored-by: Narek Matevosyan <nmatevosyan@provectus.com>
@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
- name: get branch name
id: extract_branch
run: |
@@ -9,6 +9,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
@@ -12,6 +12,7 @@ jobs:
with:
fetch-depth: 0
- run: |
git config user.name github-actions
@@ -12,6 +12,8 @@ jobs: