Skip to content

Commit

Permalink
Add dry run support for fs:append (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblausten authored May 9, 2024
1 parent b629dcf commit a3b1a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-ducks-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/scaffolder-backend-module-utils': patch
---

Add dry run support for fs:append action
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function createAppendFileAction() {
id: 'roadiehq:utils:fs:append',
description:
'Append content to the end of the given file, it will create the file if it does not exist.',
supportsDryRun: true,
schema: {
input: {
type: 'object',
Expand Down

0 comments on commit a3b1a41

Please sign in to comment.