Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 30, 2021
1 parent b54a7ae commit 12ed49b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -229,6 +229,16 @@ jobs:
for file in ${{ steps.changed-files-for-dir1.outputs.added_files }}; do
echo "$file was added"
done
- name: Run changed-files with since_last_remote_commit set to true
id: changed-files-since-last-remote-commit
uses: tj-actions/changed-files@v11.3
with:
since_last_remote_commit: 'true'

- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-since-last-remote-commit.outputs) }}'
```

### Running [pre-commit](https://pre-commit.com/) on all modified files
Expand Down

0 comments on commit 12ed49b

Please sign in to comment.