Skip to content

Commit

Permalink
Merge pull request #733 from tj-actions/chore/update-docs
Browse files Browse the repository at this point in the history
chore: update docs
  • Loading branch information
jackton1 committed Oct 31, 2022
2 parents 5dee4bc + c0fcba5 commit 932dad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ See [outputs](#outputs) for a list of all available outputs.
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34

- name: Run a step if my-file.txt was modified
if: contains(steps.changed-files.outputs.modified_files, 'my-file.txt')
run: |
Expand Down Expand Up @@ -557,7 +557,7 @@ See [inputs](#inputs) for more information.
uses: tj-actions/changed-files@v34
with:
since: "2022-08-19"

- name: Get changed-files until 2022-08-20
id: changed-files-until
uses: tj-actions/changed-files@v34
Expand Down

0 comments on commit 932dad3

Please sign in to comment.