Exit if not subdomain file.

This commit is contained in:
Tweak
2023-01-21 11:54:00 -07:00
committed by GitHub
parent 7c1276a112
commit de87536dae
+1
View File
@@ -9,6 +9,7 @@ if (data == 3) {
core.setOutput('recordMessage', "Could not validate records.");
core.setOutput('jsonData', "Could not read the JSON file, did you have an error in your syntax?")
core.setOutput('shouldComment', 'true')
process.exit(0)
}
if (data == false) {