ci: use skip

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-06 23:56:37 +09:00
parent 7c5ea74b34
commit 26be504bbd
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 1 deletions

View File

@ -52,6 +52,6 @@ fs.readFile(
process.stdout.write(` --only-story-files ${story}`);
}
} else {
process.stdout.write(` --only-changed-files __fake__`)
process.stdout.write(` --skip`)
}
});