Skip to content

Commit

Permalink
[Fix] remove span width
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Dec 25, 2024
1 parent 41d7593 commit e564863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ runs:
contributions=$(echo "$contributor" | jq -r '.contributions')
avatar_url=$(echo "${svg_link}/.github/contributors/${login}.svg")
echo "<span style=\"width:100px;\">" >> CONTRIBUTORS.md
echo "<span>" >> CONTRIBUTORS.md
echo " <a href=\"$login_url\"><img src=\"${avatar_url}\" alt=\"${login}\" /></a>" >> CONTRIBUTORS.md
echo "</span>" >> CONTRIBUTORS.md
done
Expand Down

0 comments on commit e564863

Please sign in to comment.