From 82cb77089c482108b3e5af943a5d78323dad3200 Mon Sep 17 00:00:00 2001 From: Jess Bees Date: Thu, 31 Mar 2022 11:47:49 -0400 Subject: [PATCH] Update action.yml Co-authored-by: James M. Greene --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ba81f6e..9ec4af9 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ runs: main: 'dist/index.js' inputs: emit_telemetry: - description: 'Should this action emit build telemetry instead of deploy the build artifact' + description: 'Should this action only emit build telemetry instead of deploying the build artifact?' required: false token: description: 'GitHub token'