1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

Correct "-name" -> "- name"

This commit is contained in:
Athanasius 2020-07-28 15:19:56 +01:00
parent 3ad8bd6cc8
commit d36e213ae2

View File

@ -16,15 +16,15 @@ jobs:
runs-on: ubuntu-18.04
steps:
-name: Checkout commits
- name: Checkout commits
uses: actions/checkout@v2
with:
fetch-depth: 0
-name: Checkout base ref
- name: Checkout base ref
uses: actions/checkout@v2
with:
ref: ${{github.base_ref}}
-name: Checkout head of PR
- name: Checkout head of PR
uses: actions/checkout@v2
with:
ref: ${{github.head_ref}}