Skip to content

Commit 679bfca

Browse files
committed
wip
1 parent 46bd9bc commit 679bfca

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
@@ -24,7 +24,7 @@ const replaceEnvVars = (str) => {
2424
let found = false;
2525

2626
readInterface.on("line", (line) => {
27-
if (!found) found = line == "set -a";
27+
if (!found) found = line.trim() == "set -a";
2828
if (!found) return;
2929
const match = line.match(/^([^=]+)=(.*)$/);
3030
if (match) {

0 commit comments

Comments
 (0)