This commit is contained in:
Yoann Chaudet
2024-04-29 13:17:24 -07:00
parent c7480532d0
commit 252e935e86
+1 -1
View File
@@ -153,7 +153,7 @@ async function checkWorkflow(
console.groupEnd();
console.log("Switch to GHES branch");
// await exec("git", ["checkout", "ghes"]);
await exec("git", ["checkout", "ghes"]);
// In order to sync from main, we might need to remove some workflows, add some
// and modify others. The lazy approach is to delete all workflows first, and then