Skip to content

Commit

Permalink
Save commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna Anbazhagan authored and Prasanna Anbazhagan committed Feb 3, 2025
1 parent 0d15471 commit 1527f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-home-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "**Technology:** $tech" >> index.md
echo "**Screenshots:**" >> index.md
for screenshot in $screenshots; do
echo "![$screenshot]($screenshot)" >> index.md
echo "![]($screenshot)" >> index.md
done
echo "**Tags:** $tags" >> index.md
echo "" >> index.md
Expand Down

0 comments on commit 1527f9e

Please sign in to comment.