mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-14 22:32:11 +03:00
Correct "-name" -> "- name"
This commit is contained in:
parent
3ad8bd6cc8
commit
d36e213ae2
6
.github/workflows/pr-checks.yml
vendored
6
.github/workflows/pr-checks.yml
vendored
@ -16,15 +16,15 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-name: Checkout commits
|
- name: Checkout commits
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-name: Checkout base ref
|
- name: Checkout base ref
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{github.base_ref}}
|
ref: ${{github.base_ref}}
|
||||||
-name: Checkout head of PR
|
- name: Checkout head of PR
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{github.head_ref}}
|
ref: ${{github.head_ref}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user