We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae4b35 commit 70932c0Copy full SHA for 70932c0
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpCICDService.swift
@@ -70,7 +70,7 @@ struct SetUpCICDService {
70
fileManager.moveFiles(in: ".github/self_hosted_project_workflows", to: ".github/workflows")
71
fileManager.removeItems(in: ".github/project_workflows")
72
fileManager.removeItems(in: ".github/self_hosted_project_workflows")
73
- case .later:
+ case .later, .none:
74
print("You can manually setup the runner later.")
75
}
76
case .bitrise:
0 commit comments