Skip to content

Commit 6711fbd

Browse files
committed
feat: expanding functions update paramateters
1 parent fe3bcaa commit 6711fbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,11 @@ const pushFunction = async ({ functionId, async, returnOnZero } = { returnOnZero
765765
logging: func.logging,
766766
entrypoint: func.entrypoint,
767767
commands: func.commands,
768+
providerRepositoryId: func.providerRepositoryId ?? "",
769+
installationId: func.installationId ?? '',
770+
providerBranch: func.providerBranch ?? '',
771+
providerRootDirectory: func.providerRootDirectory ?? '',
772+
providerSilentMode: func.providerSilentMode ?? false,
768773
vars: JSON.stringify(response.vars),
769774
parseOutput: false
770775
});

0 commit comments

Comments
 (0)