Skip to content

Commit e91736f

Browse files
[Update] nuget-reference-check
1 parent ebe4c6e commit e91736f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nuget-reference-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: steps.outdated.outputs.outdated == 'true' || steps.deprecated.outputs.deprecated == 'true' || steps.vulnerable.outputs.vulnerable == 'true'
8989
uses: actions/github-script@v6
9090
with:
91-
github-token: ${{ secrets.GH_ISSUES_TOKEN }}
91+
github-token: ${{ secrets.GITHUB_TOKEN }}
9292
script: |
9393
const fs = require('fs');
9494

SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,4 +1099,8 @@
10991099
</None>
11001100
</ItemGroup>
11011101

1102+
<ItemGroup>
1103+
<Folder Include="Expected\UML\Core\AutoGenWriters\" />
1104+
</ItemGroup>
1105+
11021106
</Project>

0 commit comments

Comments
 (0)