Skip to content

Commit f838234

Browse files
committed
add actions badge
1 parent a111b4f commit f838234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/update_readme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def write_to_readme(text):
2727
def update_title(srcs):
2828
title = "# commandline\n"
2929
title += "{} useful bash scripts collection on Mac OSX.(实用的命令行脚本)\n".format(len(srcs))
30+
title += "![](https://github.com/chinsyo/commandline/actions/workflows/update_readme.yml/badge.svg)\n"
3031
return title
3132

3233
def update_content(src, has_img):

0 commit comments

Comments
 (0)