Skip to content

Commit 1275382

Browse files
authored
Update README.md
1 parent 6578ca9 commit 1275382

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,25 @@
4343
<img src="https://raw.githubusercontent.com/teamedwardforever/Readme-Generator/71f25dd8b98329b168142a6b782a107b75eab178/svg/Skills/Frontend/css3-original-wordmark.svg" alt="Css" width="40" height="40"/>
4444
<img src="https://raw.githubusercontent.com/teamedwardforever/Readme-Generator/71f25dd8b98329b168142a6b782a107b75eab178/svg/Skills/Database/oracle-original.svg" alt="Oracle" width="40" height="40"/>
4545
</p>
46+
- uses: pand-coder
47+
with:
48+
# github user name to read the contribution graph from (**required**)
49+
# using action context var `github.repository_owner` or specified user
50+
github_user_name: ${{ github.repository_owner }}
4651

52+
# list of files to generate.
53+
# one file per line. Each output can be customized with options as query string.
54+
#
55+
# supported options:
56+
# - palette: A preset of color, one of [github, github-dark, github-light]
57+
# - color_snake: Color of the snake
58+
# - color_dots: Coma separated list of dots color.
59+
# The first one is 0 contribution, then it goes from the low contribution to the highest.
60+
# Exactly 5 colors are expected.
61+
outputs: |
62+
dist/github-snake.svg
63+
dist/github-snake-dark.svg?palette=github-dark
64+
dist/ocean.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
4765
<h3 align="left">Stars</h3>
4866
<img align="left" height="180em" src="https://github-readme-stats.vercel.app/api/top-langs/?username=pand-coder&layout=compact&theme=dark" alt="pand-coder" />
4967

0 commit comments

Comments
 (0)