Skip to content

Commit 1e0f701

Browse files
committed
[ci] try workflow-telemetry-action
1 parent b65625d commit 1e0f701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/k8s/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import { isAuthPermissionsOK, namespace, requiredPermissions } from './k8s'
1111
async function run(): Promise<void> {
1212
try {
1313
const input = await getInputFromStdin()
14+
core.debug("Input: " + JSON.stringify(input))
15+
core.debug("Args: " + JSON.stringify(input.args))
16+
core.debug("Env vars: " + JSON.stringify(input.environmentVariables))
1417

1518
const args = input['args']
1619
const command = input['command']

0 commit comments

Comments
 (0)