From d36e213ae2b0d389ad48890d22b07fe0149b55d9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 15:19:56 +0100 Subject: [PATCH] Correct "-name" -> "- name" --- .github/workflows/pr-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b7bcd108..a917ea42 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -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}}