Skip to content

Commit 78a5ba2

Browse files
committed
fx
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: 3d7515f0-da9f-487c-a21b-c7d543f84d67 -->
1 parent 450339e commit 78a5ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/whitespace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
- name: git log --check
5050
id: check_out
5151
run: |
52-
log=
52+
log=
5353
base_commit=$(git rev-parse FETCH_HEAD)
5454
while IFS= read -r line; do
5555
log="${log}\n${line}"
5656
if [[ $line =~ ^-[^-] ]]; then
5757
file_line=$(echo "$line" | cut -c 2-)
58-
echo "::error file=${file_line%%:*},line=${file_line#*:}::Whitespace issue: ${file_line}"
58+
echo "Whitespace issue: ${file_line}"
5959
fi
6060
done <<< "$(git diff --check $base_commit ${{ github.sha }} | grep '^-[^-]')"
6161

0 commit comments

Comments
 (0)