Skip to content

Commit accde26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 68feda3 commit accde26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-link-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
fail="FALSE"
4141
merged_commit=$(git log -1 --format='%H')
4242
changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
43-
43+
4444
echo "no_proxy=$no_proxy"
4545
echo "http_proxy=$http_proxy"
4646
echo "https_proxy=$https_proxy"
47-
47+
4848
if [ -n "$changed_files" ]; then
4949
for changed_file in $changed_files; do
5050
# echo $changed_file
@@ -118,11 +118,11 @@ jobs:
118118
merged_commit=$(git log -1 --format='%H')
119119
changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
120120
png_lines=$(grep -Eo '\]\([^)]+\)' --include='*.md' -r .|grep -Ev 'http' | grep -Ev 'shape=' | grep -Ev 'mailto:[email protected]')
121-
121+
122122
echo "no_proxy=$no_proxy"
123123
echo "http_proxy=$http_proxy"
124124
echo "https_proxy=$https_proxy"
125-
125+
126126
if [ -n "$png_lines" ]; then
127127
for png_line in $png_lines; do
128128
# echo "No.1----->png_line is $png_line"

0 commit comments

Comments
 (0)