Skip to content

Commit

Permalink
Merge pull request #1062 from electrofelix/allow-jsonata-dry-run
Browse files Browse the repository at this point in the history
Enable dry runs for jsonata action
  • Loading branch information
Xantier authored Jul 21, 2023
2 parents 51d97fa + 602ea41 commit 8390d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-elephants-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/scaffolder-backend-module-utils': minor
---

Enable dry runs for jsonata action which supports it without modification
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function createJSONataAction() {
id: 'roadiehq:utils:jsonata',
description:
'Allows performing JSONata operations and transformations on input objects and produces the output result as a step output.',
supportsDryRun: true,
schema: {
input: {
type: 'object',
Expand Down

0 comments on commit 8390d7d

Please sign in to comment.