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 796b5f3 commit b101c57Copy full SHA for b101c57
src/main.ts
@@ -58,7 +58,6 @@ async function run(): Promise<void> {
58
59
const emacsBin = emacsDir + "bin";
60
core.exportVariable("PATH", "%PATH%;" + emacsBin);
61
- //core.addPath(emacsBin);
62
63
core.endGroup();
64
0 commit comments