mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-21 00:24:54 +00:00
test logging
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file)
|
||||
const EVENT = process.env.EVENT;
|
||||
const RUN_ID = process.env.RUN_ID;
|
||||
|
||||
console.log(MODIFIED_FILES)
|
||||
console.log(process.env.MODIFIED_FILES, MODIFIED_FILES)
|
||||
|
||||
const domainsPath = path.resolve("domains");
|
||||
const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`);
|
||||
|
||||
Reference in New Issue
Block a user