Skip to content

Commit 6cc78b3

Browse files
committed
wip
1 parent c5fb669 commit 6cc78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ readInterface.on("line", (line) => {
3030
if (match) {
3131
const [_, key, value_] = match;
3232
const value = stripQuotes(value_);
33-
if (key === "PATH") {
33+
if (key.trim() === "PATH") {
3434
value
3535
.replaceAll("${PATH:+:$PATH}", "")
3636
.replaceAll("$PATH", "")

0 commit comments

Comments
 (0)