Skip to content

Commit

Permalink
boolean string
Browse files Browse the repository at this point in the history
  • Loading branch information
tpikachu committed Feb 23, 2024
1 parent acdb3c0 commit bb84c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32418,7 +32418,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
branch: config.githubContext.branch,
dispatchId,
comment: config.input.prompt,
isFromAction: true,
isFromAction: "true",
},
}
);
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const waitFor = (ms) => new Promise((r) => setTimeout(r, ms));
branch: config.githubContext.branch,
dispatchId,
comment: config.input.prompt,
isFromAction: true,
isFromAction: "true",
},
}
);
Expand Down

0 comments on commit bb84c05

Please sign in to comment.