ci: fix small bug in theme-preview action

This commit is contained in:
rickstaa
2022-10-02 17:42:58 +02:00
parent 822efbf6cb
commit 5d42af59c0
+1 -3
View File
@@ -562,6 +562,4 @@ export const run = async (prNumber) => {
}
};
if (typeof require !== "undefined" && require.main === module) {
run();
}
run();