Update README.md to change the GitHub profile trophy theme from 'radi… #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Profile Language Visualizer | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
visualize: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Run GitHub Profile Language Visualizer | |
uses: Platane/snk@v3 | |
with: | |
github_user_name: 'Kirito666coder' | |
outputs: | | |
dist/github-contribution-grid-snake.svg | |
dist/github-contribution-grid-snake-dark.svg?palette=github-dark | |
dist/github-contribution-grid-snake.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |