[SKIP CI] name em

This commit is contained in:
Aria Moradi 2021-05-19 04:30:21 +04:30
parent 7a2f5f13f1
commit 8ebd7869a5
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Checkout master branch
- name: Checkout pull request
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}

View File

@ -28,7 +28,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Checkout master branch
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}