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 38a64d1 commit 930e9f3Copy full SHA for 930e9f3
.github/workflows/test.main.kts
@@ -225,7 +225,7 @@ private fun listAllActionManifestFilesInRepo(): Stream<Path> {
225
return Files.walk(Path("typings")).filter { it.name == "action-types.yml" }
226
}
227
228
-private fun listAffectedActionManifestFiles(sha: String, baseRef: String?): Stream<Path> {
+private fun listAffectedActionManifestFiles(sha: String, baseRef: String): Stream<Path> {
229
val typings = try {
230
KGit.open(File(".")).use { git ->
231
git.fetch {
0 commit comments