Strip leading whitespaces (#50)

This commit is contained in:
Tonye Jack
2021-05-01 19:58:35 -04:00
committed by GitHub
parent 93ab2f259e
commit 81f32e2402
2 changed files with 22 additions and 13 deletions

View File

@@ -45,8 +45,8 @@ jobs:
uses: ./
with:
files: |
action.yml
.github/workflows/test.yml
action.yml
- name: Show output
run: |
echo "${{ toJSON(steps.changed-files-specific.outputs) }}"
@@ -55,8 +55,8 @@ jobs:
uses: ./
with:
files: |
action.yml
.github/workflows/test.yml
action.yml
separator: ","
- name: Show output
run: |