INFRA-3209 | Dhruv | use pr head instead of merged head

This commit is contained in:
dhruvjoshi
2024-05-07 13:58:54 +05:30
parent 1a06e19709
commit 8141cf6ca8

View File

@@ -17,6 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive
token: ${{ secrets.GIT_HUB_ACCESS_TOKEN }}
fetch-depth: 0