Skip to content

customize file colors #2

customize file colors

customize file colors #2

Workflow file for this run

name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- diagram_test
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "ignore,.github"
file_colors: '{"rb": "red","rdoc": "red", "ru": "red", "yaml": "green", "yml": "green"}'