From 015a50d53f35838e85af5906d470af55bf6bbd0d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 12:18:05 +0100 Subject: [PATCH] Fix small typo "-name" -> "- name" --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index d85fddff..19c79ec0 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -32,7 +32,7 @@ jobs: ref: ${{github.head_ref}} fetch-depth: 0 - -name: Show github context + - name: Show github context -run: cat $GITHUB_EVENT_PATH - name: Set up Python 3.7