Skip to content

Commit

Permalink
Fix issue.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Sep 27, 2024
1 parent f9c0e71 commit 9cfd145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-path-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
if [[ "${png_path:0:1}" == "/" ]]; then
check_path=${{github.workspace}}$png_path
elif [[ "${png_path:0:1}" == "#" ]]; then
elif [[ "$png_path" == *#* ]]; then
check_path=${{github.workspace}}/$refer_path
# $png_path
else
Expand Down

0 comments on commit 9cfd145

Please sign in to comment.