Merge branch 'main' into jackton1-patch-1
This commit is contained in:
commit
fc280adde0
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -28,6 +28,10 @@ jobs:
|
||||
for file in "${{ steps.changed-files.outputs.modified_files }}"; do
|
||||
echo $file
|
||||
done
|
||||
- name: Run step when README.md changes
|
||||
if: github.event_name == 'pull_request' && contains(${{ steps.changed-files.outputs.modified_files }}, 'README.md')
|
||||
run: |
|
||||
echo "Your README.md has been modified."
|
||||
- name: Run changed-files with comma separator
|
||||
if: github.event_name == 'pull_request'
|
||||
id: changed-files-comma
|
||||
|
@ -67,6 +67,10 @@ Using the default separator.
|
||||
| all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*) are selected if there <br/> is any file that matches other <br/> criteria in the comparison; <br/> if there is no file that <br/> matches other criteria, <br/> nothing is selected. |
|
||||
|
||||
|
||||
## Example
|
||||
|
||||

|
||||
|
||||
|
||||
* Free software: [MIT license](LICENSE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user