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

Skip to content

Commit 24e1b97

Browse files
committed
GH syntax?
1 parent 446b1b7 commit 24e1b97

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 '${{ join(fromJSON(steps.changed_files.outputs.all), "\n") }}'
27+
echo '${{ join(fromJSON(steps.changed_files.outputs.all), '\n') }}'
2828
# - name: Install pospell
2929
# run: |
3030
# sudo apt-get update

0 commit comments

Comments
 (0)