Skip to content

conciliation plan in stage 1 #22

conciliation plan in stage 1

conciliation plan in stage 1 #22

Workflow file for this run

name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- master
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"