We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474a70b commit aca22afCopy full SHA for aca22af
src/main.ts
@@ -73,6 +73,9 @@ async function run(): Promise<void> {
73
core.exportVariable("PATH", `${PATH};${emacsRoot}`);
74
core.exportVariable("PATH", `${PATH};${emacsBin}`);
75
76
+ console.log("emacsRoot: " + emacsRoot);
77
+ console.log("emacsBin: " + emacsBin);
78
+
79
await exec.exec("dir c:\\emacs");
80
81
core.endGroup();
0 commit comments