From c0b17ff444360a12191931d17d7519facf15d821 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Wed, 8 Jan 2020 19:05:03 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50ec6d67..bdb41564 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v1 - id: file_changes - uses: trilom/file-changes-action@releases/v1 + uses: trilom/file-changes-action@v1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} - name: test From 0ab53bab5ba2e17786f3401141a78ff060b09247 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Fri, 10 Jan 2020 10:37:07 -0500 Subject: [PATCH 2/3] not private --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f519e938..5e4f9db0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "file-changes-action", "version": "1.0.0", - "private": true, "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.'", "main": "lib/main.js", "scripts": { From 2aa5b1173f9e49c4371bf3e5ad4a49fcea4af0a4 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Fri, 10 Jan 2020 11:32:07 -0500 Subject: [PATCH 3/3] 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",