Skip to content

Commit e8871a0

Browse files
authored
Merging pull request #18596
1 parent 0dfb169 commit e8871a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/google_drive/actions/create-file-from-template/create-file-from-template.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "google_drive-create-file-from-template",
99
name: "Create New File From Template",
1010
description: "Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches)",
11-
version: "0.1.14",
11+
version: "0.1.15",
1212
annotations: {
1313
destructiveHint: true,
1414
openWorldHint: true,
@@ -32,6 +32,7 @@ export default {
3232
],
3333
description:
3434
"Select the folder of the newly created Google Doc and/or PDF, or use a custom expression to reference a folder ID from a previous step.",
35+
optional: true,
3536
},
3637
name: {
3738
propDefinition: [

components/google_drive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/google_drive",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Pipedream Google_drive Components",
55
"main": "google_drive.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)