fix pull request build

This commit is contained in:
Aria Moradi 2021-05-03 22:57:54 +04:30
parent 0236a9639b
commit a3601cf1b5

View File

@ -30,7 +30,7 @@ jobs:
- name: Checkout master branch - name: Checkout master branch
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: master ref: ${{ github.event.pull_request.head.sha }}
path: master path: master
fetch-depth: 0 fetch-depth: 0