We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abec26a commit 83b735cCopy full SHA for 83b735c
code-build.js
@@ -41,10 +41,6 @@ function runBuild() {
41
// Get input options for startBuild
42
const params = inputs2Parameters(inputs);
43
44
- console.log(inputs)
45
- console.log(params)
46
- console.log(params.gpSshPrivateKeyB64)
47
-
48
return build(sdk, params, config);
49
}
50
dist/index.js
@@ -47,10 +47,6 @@ function runBuild() {
51
52
53
54
55
56
0 commit comments