Update README.md
This commit is contained in:
parent
b54a7ae725
commit
12ed49be65
10
README.md
10
README.md
@ -229,6 +229,16 @@ jobs:
|
|||||||
for file in ${{ steps.changed-files-for-dir1.outputs.added_files }}; do
|
for file in ${{ steps.changed-files-for-dir1.outputs.added_files }}; do
|
||||||
echo "$file was added"
|
echo "$file was added"
|
||||||
done
|
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
|
### Running [pre-commit](https://pre-commit.com/) on all modified files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user