Skip to content

Commit 8a9e21d

Browse files
committed
Remove Retrieve Batch Workflows Action
- Deleted the `retrieve-batch-workflows` action from HubSpot components as part of the ongoing refactor to streamline workflow management actions. - Updated the `update-workflow` action to change the `revisionId` type from string to integer for better data integrity.
1 parent 694d552 commit 8a9e21d

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

components/hubspot/actions/retrieve-batch-workflows/retrieve-batch-workflows.mjs

Lines changed: 0 additions & 39 deletions
This file was deleted.

components/hubspot/actions/update-workflow/update-workflow.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
],
4848
},
4949
revisionId: {
50-
type: "string",
50+
type: "integer",
5151
label: "Revision ID",
5252
description: "The revision ID of the workflow",
5353
optional: true,

0 commit comments

Comments
 (0)