We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fb669 commit 6cc78b3Copy full SHA for 6cc78b3
action.js
@@ -30,7 +30,7 @@ readInterface.on("line", (line) => {
30
if (match) {
31
const [_, key, value_] = match;
32
const value = stripQuotes(value_);
33
- if (key === "PATH") {
+ if (key.trim() === "PATH") {
34
value
35
.replaceAll("${PATH:+:$PATH}", "")
36
.replaceAll("$PATH", "")
0 commit comments