Skip to content

Commit

Permalink
Optimize CI check output prompt words (#219)
Browse files Browse the repository at this point in the history
* Change license template 2024 to 2025

Signed-off-by: ZePan110 <[email protected]>

* The original output was unclear, this optimization ensures that the user can find the source of the path check CI failure.

Signed-off-by: ZePan110 <[email protected]>

---------

Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 authored Jan 20, 2025
1 parent 225adb3 commit 95d3571
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 @@ -123,7 +123,7 @@ jobs:
fi
fi
else
echo "$check_path does not exist"
echo "Invalid reference path from $refer_path, reference path: $(echo $png_line | cut -d ']' -f2)"
fail="TRUE"
fi
done
Expand Down

0 comments on commit 95d3571

Please sign in to comment.