Skip to content

Commit a3c68ed

Browse files
committed
a single line
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
1 parent 3285811 commit a3c68ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Find SCXML files
1414
id: set-files
1515
run: |
16-
FILES=$(find examples -type f -name "*.ascxml" -o -name "*.scxml" -o -name "*.xml" | jq -R . | jq -s .)
16+
FILES=$(find examples -type f \( -name "*.ascxml" -o -name "*.scxml" -o -name "*.xml" \) | jq -Rs 'split("\n")[:-1]')
1717
echo "Files found: $FILES"
1818
echo "files=$FILES" >> $GITHUB_OUTPUT
1919
validate-xml:

0 commit comments

Comments
 (0)