Merge branch 'main' into jackton1-patch-1

This commit is contained in:
Tonye Jack 2021-04-02 08:28:26 -04:00 committed by GitHub
commit fc280adde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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
![Screen Shot 2021-04-02 at 8 20 04 AM](https://user-images.githubusercontent.com/17484350/113415111-828e4b00-938c-11eb-9129-678922e39e5c.png)
* Free software: [MIT license](LICENSE)