fix: 6356 follow-up

This commit is contained in:
UdjinM6 2024-10-24 22:28:08 +03:00
parent c010208f29
commit 7064eb9104
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -27,7 +27,7 @@ jobs:
run: | run: |
git fetch origin master:master git fetch origin master:master
if [[ "${{ github.event_name }}" == "pull_request"* ]]; then if [[ "${{ github.event_name }}" == "pull_request"* ]]; then
git fetch origin {{ github.event.pull_request.base.ref }}:base_branch git fetch origin ${{ github.event.pull_request.base.ref }}:base_branch
git checkout base_branch git checkout base_branch
git pull origin pull/${{ github.event.pull_request.number }}/head git pull origin pull/${{ github.event.pull_request.number }}/head
git checkout master git checkout master