Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 352d0c7

Browse files
committed
Parse json
1 parent 4d3f59b commit 352d0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Show changed files
2626
run:
27-
echo '${{ steps.changed_files.outputs.all }}'
27+
echo '${{ join(fromJSON(steps.changed_files.outputs.all), ' ') }}'
2828
- name: Install pospell
2929
run: |
3030
sudo apt-get update

0 commit comments

Comments
 (0)