Skip to content

Commit 639ac17

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Fix error message quotes in includes.yml devlooped/oss@26e8cb7
1 parent 15fb296 commit 639ac17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
$product = dotnet msbuild $props -getproperty:Product
4545
if (-not $product) {
46-
write-error "To use OSMF EULA, ensure the $(Product) property is set in Directory.props"
46+
write-error 'To use OSMF EULA, ensure the $(Product) property is set in Directory.props'
4747
exit 1
4848
}
4949

.netconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@
116116
weak
117117
[file ".github/workflows/includes.yml"]
118118
url = https://github.com/devlooped/oss/blob/main/.github/workflows/includes.yml
119-
sha = 6a6de0580b40e305f7a0f41b406d4aabaa0756fe
120-
etag = 1a5cd7a883700c328105910cc212f5f8c9f3759fc1af023e048a9f486da794c1
119+
sha = 26e8cb798ce72dec7072db826cc9694d456797bd
120+
etag = df06492eeb2daaae4168d71bbb643f5da2693b67cdd58c42ffa44a191ee99b69
121121
weak
122122
[file ".github/workflows/dotnet-file-core.yml"]
123123
url = https://github.com/devlooped/oss/blob/main/.github/workflows/dotnet-file-core.yml

0 commit comments

Comments
 (0)