Skip to content

Commit f246192

Browse files
committed
Updated the logging of the actions
1 parent b627c57 commit f246192

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/build_assets/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def check_svgs(svg_file_paths: List[Path]):
3434
tree = et.parse(svg_path)
3535
root = tree.getroot()
3636
namespace = "{http://www.w3.org/2000/svg}"
37-
err_msg = [f"{svg_path.name}:"]
37+
err_msg = [f"{svg_path}:"]
3838

3939
if root.tag != f"{namespace}svg":
4040
err_msg.append(f"-root is '{root.tag}'. Root must be an 'svg' element")

.github/workflows/post_peek_screenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
5555
Here is the result below:
5656
57-
![Peeked Icons (top left)]({0})
57+
{0}
5858
5959
Here are the zoomed-in screenshots of the added icons:
6060
{1}

0 commit comments

Comments
 (0)