Update README.md (#11)

* Update README.md

* Update version
This commit is contained in:
Tonye Jack 2020-06-14 17:04:35 -04:00 committed by GitHub
parent 1cbb925a17
commit 910e8b1235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<a href="https://github.com/dorny/pr-changed-files-filter/actions"><img alt="typescript-action status" src="https://github.com/dorny/pr-changed-files-filter/workflows/Build/badge.svg"></a>
</p>
**CAUTION**: This action can be only used in a workflow triggered by `pull_request` event.
> **CAUTION**: This action can only be used in a workflow triggered by `pull_request` event.
# Pull request changed files filter
@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dorny/pr-changed-files-filter@v1
- uses: dorny/pr-changed-files-filter@v1.1.0
id: filter
with:
# inline YAML or path to separate file (e.g.: .github/filters.yaml)
@ -97,4 +97,4 @@ jobs:
- [Changed File Filter](https://github.com/tony84727/changed-file-filter)
- allows change detection between any refs or commits
- fetches whole history of your git repository
- might have negative performance impact on big repositories (github by default fetches only single commit)
- might have negative performance impact on big repositories (github by default fetches only single commit)