From 2aa5b1173f9e49c4371bf3e5ad4a49fcea4af0a4 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Fri, 10 Jan 2020 11:32:07 -0500 Subject: [PATCH] better description --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b3b68e17..6fd7bbbf 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'File Changes Action' -description: 'This action can be added, and you will get outputs of all of the files that have changed in your repository for you to use.' +description: 'Creates outputs variables of files modified, added, or deleted by a PR or Push.' author: 'Bryan Killian ' inputs: githubToken: diff --git a/package.json b/package.json index 5e4f9db0..69662fbd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-changes-action", "version": "1.0.0", - "description": "This action can be added, and you will get outputs of all of the files that have changed in your repository for you to use.'", + "description": "Creates outputs variables of files modified, added, or deleted by a PR or Push.", "main": "lib/main.js", "scripts": { "build": "tsc",