Merge pull request #35 from actions/js.fix-azure-bootstrapping

Commit Yaml pipeline files during Azure bootstrap
This commit is contained in:
Ethan Dennis
2023-01-04 09:21:53 -08:00
committed by GitHub
+1 -1
View File
@@ -92,7 +92,7 @@ def create_repository(options)
}], }],
commits: [{ commits: [{
comment: "Initial commit.", comment: "Initial commit.",
changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln}")].reject {|f| File.directory?(f) }.map do |entry| changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln,yml}")].reject {|f| File.directory?(f) }.map do |entry|
{ {
changeType: "add", changeType: "add",
item: { item: {