From b9aa341b520a5c64290e441f44824182bda427c8 Mon Sep 17 00:00:00 2001 From: Aravind N Date: Fri, 8 Dec 2023 13:44:25 +0530 Subject: [PATCH] Update repo visualiser config --- .github/workflows/ci-cd-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 882124f..a027334 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v4 - name: "📊 Repository visualizer" - uses: githubocto/repo-visualizer@master + uses: githubocto/repo-visualizer@0.7.1 with: excluded_paths: "node_modules,.github" # output_file: "src/diagram.svg"