Social-AI
is a Github action
automatically add your social icons or profiles in your README.MD
file without hassle.
It will helps without copy pasting the social icons from icons website and less configurations.
social-icons
- To add your social icons, you will passsocialName
and your socialuserName
. I have provide the example as below.
- name: add social icons
uses: elangosundar/social-ai@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
social-icons: '[ { "socialName": "twitter", "userName": "elango_sundar"}, { "socialName": "facebook", "userName": "elango_sundar"}, { "socialName": "dev-dot-to", "userName": "elango_sundar"}, { "socialName": "codesandbox", "userName": "elango_sundar"},{ "socialName": "stackoverflow", "userName": "elango_sundar"}, { "socialName": "youtube", "userName": "elango_sundar"}]'
GITHUB_TOKEN
- A personal Github token.social-icons
- Add your social name and it is username to add your README. [ Eg: If you will add social icon for twitter, will pass thesocialName
astwitter
anduserName
asYOUR_USERNAME
]
- github
- dev-dot-to
- codepen
- codesandbox
- stackoverflow
- kaggle
- dribbble
- behance
- medium
- youtube
Contributions are welcomed! <3
Made with ❤️ and JavaScript.