-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
Just tried the Github action in one of my repos, and the circles in the diagram don't have colors, only black outlines and names, but the color legend is still visible. Is this a bug? Have you seen it before?
Unfortunately I can't share the diagram because of IP restrictions. But this is what the workflow looks like:
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
- feature/visualizer
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "ignore,.github"
Metadata
Metadata
Assignees
Labels
No labels