We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc52e6 commit dd373baCopy full SHA for dd373ba
.github/workflows/pr-link-scan.yml
@@ -117,7 +117,7 @@ jobs:
117
# relative path
118
check_path=${refer_path}
119
relative_path=$(echo "$png_path" | cut -d '#' -f1)
120
- if [ -n "$relative_path" ]; then check_path=$(dirname "$refer_path")/$relative_path fi
+ if [ -n "$relative_path" ]; then check_path=$(dirname "$refer_path")/$relative_path; fi
121
echo "No.4----->check_path is $check_path"
122
fi
123
0 commit comments