Skip to content

Commit 9087a90

Browse files
committed
Fixed invalid syntax
1 parent 0521ee6 commit 9087a90

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ jobs:
2828

2929
- name: Check vulnerable NuGet packages
3030
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
31-
projects: |
32-
'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
33-
'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
34-
'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
31+
with:
32+
projects: |
33+
'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
34+
'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
35+
'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
3536
3637
- name: Build
3738
run: dotnet build --configuration Release --no-restore

0 commit comments

Comments
 (0)