We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2f8c7 commit f279ae9Copy full SHA for f279ae9
.github/workflows/dotnet-file-core.yml
@@ -63,7 +63,7 @@ jobs:
63
64
dotnet tool update -g dotnet-file
65
$changelog = "$([System.IO.Path]::GetTempPath())dotnet-file.md"
66
- dotnet file sync -c:$changelog
+ dotnet file sync -c:$changelog --init https://github.com/devlooped/oss/blob/main/.netconfig
67
if (test-path $changelog) {
68
echo 'CHANGES<<EOF' >> $env:GITHUB_ENV
69
cat $changelog >> $env:GITHUB_ENV
0 commit comments