Skip to content

Commit cc7569d

Browse files
authored
updated configs
1 parent de8eaba commit cc7569d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TABLE=$(echo "$ALL_CONTRIBUTORS" | awk -F'\t' '{printf "| <div align=\"center\"><img src=\"%s\" width=\"50\" height=\"50\"/><br>[%s](%s)</div> | %s |\n", $2, $1, $3, $4}')
3535
3636
# Build avatars row for README (full)
37-
AVATARS=$(echo "$ALL_CONTRIBUTORS" | awk -F'\t' '{printf "[<img src=\"%s\" width=\"50\" height=\"50\" alt=\"%s\"/>](%s) ", $2, $1, $3; if (NR % 15 == 0) {printf "\n\n"}}')
37+
AVATARS=$(echo "$ALL_CONTRIBUTORS" | awk -F'\t' '{printf "[<img src=\"%s\" width=\"50\" height=\"50\" alt=\"%s\"/>](%s) ", $2, $1, $3}')
3838
3939
4040
# ---- Update Hall of Fame ----

0 commit comments

Comments
 (0)