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 8436047 commit fca0a9cCopy full SHA for fca0a9c
.github/workflows/includes.yml
@@ -47,7 +47,7 @@ jobs:
47
exit 1
48
}
49
50
- (get-content -raw $file) -replace '\$product\$',$product | set-content $file
+ ((get-content -raw $file) -replace '\$product\$',$product).trim() | set-content $file
51
52
- name: ✍ pull request
53
uses: peter-evans/create-pull-request@v6
.netconfig
@@ -131,3 +131,7 @@
131
sha = 77e83f238196d2723640abef0c7b6f43994f9747
132
etag = fcb9759a96966df40dcd24906fd328ddec05953b7e747a6bb8d0d1e4c3865274
133
weak
134
+[file "osmfeula.txt"]
135
+ url = https://github.com/devlooped/.github/blob/main/osmfeula.txt
136
+ etag = 91ea15c07bfd784036c6ca931f5b2df7e9767b8367146d96c79caef09d63899f
137
+ weak
0 commit comments