1
0
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:
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 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}}