From 4c61b49d268a8a8db15d48419f7803bd5b52320b Mon Sep 17 00:00:00 2001 From: arjundashrath <54043589+arjundashrath@users.noreply.github.com> Date: Thu, 10 Feb 2022 21:29:03 +0530 Subject: [PATCH] Add files via upload --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 1fd1112..fb7689e 100644 --- a/action.yml +++ b/action.yml @@ -12,10 +12,10 @@ inputs: token: description: 'Used to avoid github rate limiting' default: ${{ github.token }} - send-insights: - description: 'Send insights to StepSecurity API, can be set to true or false' + disable-telemetry: + description: 'Disable sending insights to StepSecurity API, can be set to true or false' required: false - default: 'true' + default: 'false' branding: icon: 'check-square' color: 'green'