From 36e8736280f6ea4ebd5c26bf2c317db2865585ed Mon Sep 17 00:00:00 2001 From: Pure Krome Date: Tue, 23 Nov 2021 22:41:49 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=20Fix=20space-o=20that=20would=20b?= =?UTF-8?q?reak=20yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notice the rogue space in the sample yml? This is intended to fix dat. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba94f92..7e16187 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Multiple versions: steps: - name: Setup dotnet - uses: actions/checkout@v2 -- uses: actions/setup-dotnet@v1 +- uses: actions/setup-dotnet@v1 with: dotnet-version: | 3.1.x