Skip to content

Fix run Actor action - #15

Merged
matyascimbulka merged 2 commits into
developfrom
fix/run-action
Oct 16, 2025
Merged

Fix run Actor action#15
matyascimbulka merged 2 commits into
developfrom
fix/run-action

Conversation

@matyascimbulka

Copy link
Copy Markdown
Collaborator

When checking the Pipedream integration against this comment I have noticed that it actually doesn't work.

I did some small fixes to make it work even in that case.

@matyascimbulka matyascimbulka self-assigned this Oct 14, 2025
@matyascimbulka matyascimbulka added the bug Something isn't working label Oct 14, 2025

@drobnikj drobnikj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre approve


if (value.editor === "json") {
if (value.editor === "json" || value.editor === "schemaBased") {
console.log("defaultValue", defaultValue);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log is there on purpose?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it isn't. I just used it for testing and it doesn't do anything anyway 😄

Thank you for pointing it out.

@matyascimbulka
matyascimbulka merged commit dc5d536 into develop Oct 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants