3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-17 19:17:45 +00:00

Update test.yml

This commit is contained in:
Tonye Jack 2021-05-01 07:55:01 -04:00 committed by GitHub
parent 085386c38b
commit dc2959d455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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