Skip to content

Commit

Permalink
REVERTME: test
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Nov 27, 2023
1 parent 084ead3 commit 5b75d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/it/krzeminski/githubactionstyping/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.system.exitProcess

fun main() {
val typesManifest = readYamlFile("action-types") ?: run {
println("No types manifest (action-types.yml or action-types.yaml) found!")
println("TestNo types manifest (action-types.yml or action-types.yaml) found!")
exitProcess(1)
throw IllegalStateException()
}
Expand Down

0 comments on commit 5b75d6e

Please sign in to comment.