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

Skip to content

Commit ff76de7

Browse files
committed
maybe
1 parent 27e1dc7 commit ff76de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
sudo python3 -m pip install pospell
3030
- name: Run pospell
3131
with:
32-
ADDED_FILES: ${{ join(fromJSON(steps.changed_files.outputs.added), ' ') }}
33-
MODIFIED_FILES: ${{ join(fromJSON(steps.changed_files.outputs.modified), ' ') }}
32+
ADDED_FILES: '${{ join(fromJSON(steps.changed_files.outputs.added), '' '') }}'
33+
MODIFIED_FILES: '${{ join(fromJSON(steps.changed_files.outputs.modified), '' '') }}'
3434
run: |
3535
CHANGED_PO_FILES=$(printf "%s %s\n" "$ADDED_FILES" "$MODIFIED_FILES" | tr ' ' '\n' | grep '.po$')
3636
[ -n "$CHANGED_PO_FILES" ] && pospell -p dict -l fr_FR $CHANGED_PO_FILES

0 commit comments

Comments
 (0)