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 bb837b0 commit ecc52e6Copy full SHA for ecc52e6
.github/workflows/pr-link-scan.yml
@@ -114,7 +114,7 @@ jobs:
114
check_path=$(echo "${png_path:1}" | cut -d '#' -f1)
115
echo "No.3----->check_path is $check_path"
116
else
117
- # relative path
+ # 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
0 commit comments