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 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: