Update test.yml

This commit is contained in:
Tonye Jack 2021-05-01 08:59:18 -04:00 committed by GitHub
parent 932c8a5c11
commit 7841015a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,3 +50,14 @@ jobs:
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
- name: Run changed-files with specific files comma separator
id: changed-files-specific-comma
uses: ./
with:
files: |
action.yml
.github/workflows/test.yml
separator: ","
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-specific-comma.outputs) }}"