We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8eaba commit cc7569dCopy full SHA for cc7569d
1 file changed
.github/workflows/update-contributors.yml
@@ -34,7 +34,7 @@ jobs:
34
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}')
35
36
# 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"}}')
+ AVATARS=$(echo "$ALL_CONTRIBUTORS" | awk -F'\t' '{printf "[<img src=\"%s\" width=\"50\" height=\"50\" alt=\"%s\"/>](%s) ", $2, $1, $3}')
38
39
40
# ---- Update Hall of Fame ----
0 commit comments