Skip to content

Commit f279ae9

Browse files
authored
Update dotnet-file sync command with init option
Preserve upsteam original init skips for better future-proofing
1 parent 9c2f8c7 commit f279ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-file-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
dotnet tool update -g dotnet-file
6565
$changelog = "$([System.IO.Path]::GetTempPath())dotnet-file.md"
66-
dotnet file sync -c:$changelog
66+
dotnet file sync -c:$changelog --init https://github.com/devlooped/oss/blob/main/.netconfig
6767
if (test-path $changelog) {
6868
echo 'CHANGES<<EOF' >> $env:GITHUB_ENV
6969
cat $changelog >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)