Skip to content

Commit 57b59a5

Browse files
Updated .github/workflows/lint-dockerfiles.yml NO_JIRA
1 parent 2d42e7e commit 57b59a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lint-dockerfiles.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
- name: Modified files
2020
id: file-changes
2121
run: |
22-
echo "changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} | grep 'Dockerfile' | tr '\n' ' ')" >> $GITHUB_OUTPUT
22+
echo \
23+
"changed-files=$(git diff --name-only -r origin/${GITHUB_BASE_REF} origin/${GITHUB_HEAD_REF} \
24+
| grep 'Dockerfile' \
25+
| tr '\n' ' ')" \
26+
>> $GITHUB_OUTPUT
2327
2428
- name: Check GitHub event type to determine reporter type
2529
run: |

0 commit comments

Comments
 (0)