Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[BUG] Colors missing form circles (black/white) #71

@franciscolourenco

Description

@franciscolourenco

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions