mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-05 09:35:54 +00:00
chore: update docs
This commit is contained in:
parent
795015c1e8
commit
66521ab1de
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ See [outputs](#outputs) for a list of all available outputs.
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v34
|
uses: tj-actions/changed-files@v34
|
||||||
|
|
||||||
- name: Run a step if my-file.txt was modified
|
- name: Run a step if my-file.txt was modified
|
||||||
if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt')
|
if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt')
|
||||||
run: |
|
run: |
|
||||||
|
@ -557,7 +557,7 @@ See [inputs](#inputs) for more information.
|
||||||
uses: tj-actions/changed-files@v34
|
uses: tj-actions/changed-files@v34
|
||||||
with:
|
with:
|
||||||
since: "2022-08-19"
|
since: "2022-08-19"
|
||||||
|
|
||||||
- name: Get changed-files until 2022-08-20
|
- name: Get changed-files until 2022-08-20
|
||||||
id: changed-files-until
|
id: changed-files-until
|
||||||
uses: tj-actions/changed-files@v34
|
uses: tj-actions/changed-files@v34
|
||||||
|
|
Loading…
Reference in a new issue