Skip to content

Commit 08297b4

Browse files
authored
Merge branch 'dev' into dev
2 parents 406358d + 37adc7f commit 08297b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/document-scripts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
run: |
3030
pip install pyyaml
3131
32+
3233
- name: Get changed files
3334
id: modified-files
3435
env:
3536
filter: ${{ github.event.before }}
3637
run: |
37-
changed_files=$(git diff --name-only $filter | grep -E '.*\.yaml$')
38+
changed_files=$(git diff --name-only $filter | grep -E '.*\.yaml$' | paste -sd, -)
3839
echo "$changed_files" | python3 .github/scripts/list_modified_files.py
3940
4041
document_modified_scripts:

0 commit comments

Comments
 (0)