Skip to content

Commit

Permalink
Fix error in Github action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Viir committed Jun 27, 2020
1 parent 7844601 commit 1ab8731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ab8731

Please sign in to comment.