From 1ab87314ca59b2630493514be443d6007c86941e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Sat, 27 Jun 2020 13:19:20 +0000 Subject: [PATCH] Fix error in Github action Error seen in Github action at https://github.com/elm-fullstack/elm-fullstack/actions/runs/149720732: > Invalid workflow file > You have an error in your yaml syntax on line 23 --- .github/workflows/test-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 49b34060..6595a505 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: dotnet-version: '3.1.301' - - name: Try use dotnet core 3 + - name: Try use dotnet core 3 run: dotnet --info - uses: actions/checkout@v1 - name: Run tests