Skip to content

Commit c1c6831

Browse files
committed
updated configs
1 parent c153f42 commit c1c6831

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-contributors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
DECODED=$(echo "$c" | base64 -d)
4343
IFS=',' read -r login avatar_url contributions <<< "$DECODED"
44-
echo " <img src=\"${avatar_url}&s=50\" width=\"50\" height=\"50\" alt=\"${login}\"/>" >> contributors.html
44+
echo " <img src=\"${avatar_url}&s=50\" width=\"50\" height=\"50\" alt=\"$\{login}\"/>" >> contributors.html
4545
done
4646
4747
{
@@ -91,7 +91,7 @@ jobs:
9191
9292
# Update README stats
9393
if [ -f "README.md" ]; then
94-
sed -i "s/💻 \*\*[0-9]*+ Languages\*\*/💻 **${supported_languages}+ Languages**/g" README.md
94+
sed -i "s/💻 \*\*[0-9]*+ Languages\*\* /💻 **${supported_languages}+ Languages**/g" README.md
9595
fi
9696
9797
- name: 📅 Update last modified date
@@ -100,7 +100,7 @@ jobs:
100100
current_date=$(date +"%B %Y")
101101
102102
if [ -f "HALL_OF_FAME.md" ]; then
103-
sed -i "s/\*Last updated: .* [0-9]*\*/\*Last updated: $current_date\*/g" HALL_OF_FAME.md
103+
sed -i "s/\*Last updated: .* [0-9]*\* /\*Last updated: $current_date\*/g" HALL_OF_FAME.md
104104
echo "✅ Updated last modified date in HALL_OF_FAME.md"
105105
fi
106106
@@ -145,4 +145,4 @@ jobs:
145145
echo "✅ Changes committed and pushed"
146146
else
147147
echo "ℹ️ No changes needed"
148-
fi
148+
fi

0 commit comments

Comments
 (0)