Skip to content

Commit 595ff30

Browse files
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent c3e5795 commit 595ff30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint-python.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
- name: Modified files
2323
id: file-changes
2424
run: |
25-
echo "changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} | grep '\.py' | tr '\n' ' ')" >> $GITHUB_OUTPUT
25+
echo \
26+
"changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} \
27+
| grep '\.py' \
28+
| tr '\n' ' ')" \
29+
>> $GITHUB_OUTPUT
2630
2731
- name: Check GitHub event type to determine reporter type
2832
run: |

0 commit comments

Comments
 (0)