Skip to content

fix: remove the custom string for the v4 #66

fix: remove the custom string for the v4

fix: remove the custom string for the v4 #66

Workflow file for this run

name: Repo visualizer
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: 'diagram.svg'
excluded_paths: 'dist,node_modules,submodules'
should_push: false
artifact_name: 'diagram'