We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e78784 commit 38a64d1Copy full SHA for 38a64d1
1 file changed
.github/workflows/test.main.kts
@@ -81,7 +81,7 @@ workflow(
81
run(
82
name = "Check for actions",
83
) {
84
- validateTypings(github.sha, github.base_ref)
+ validateTypings(github.sha, github.base_ref?.ifEmpty { null })
85
}
86
87
0 commit comments