Update README
This commit is contained in:
parent
654d97df9f
commit
1023218882
4 changed files with 25 additions and 20 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -17,7 +17,9 @@ jobs:
|
|||
- name: Get changed files count
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v40.1.1
|
||||
|
||||
with:
|
||||
files_ignore: "doc/**,README.md,Dockerfile,.*,.github/**"
|
||||
files_ignore_separator: ','
|
||||
- name: Print changed files count
|
||||
run: >
|
||||
echo "Changed files count: ${{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue