Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Jan 10, 2020
1 parent 0ab53ba commit 2aa5b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -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 <me@trilom.org>'
inputs:
githubToken:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2aa5b11

Please sign in to comment.