From fb1bf130a8b681b240c4eb88b81e113d1e03b7c4 Mon Sep 17 00:00:00 2001 From: Aravind N Date: Fri, 8 Dec 2023 13:18:46 +0530 Subject: [PATCH] Update CICD pipeline GitHub actions --- .github/workflows/ci-cd-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 1d39e5d..7bef076 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -115,10 +115,10 @@ jobs: - test - opa steps: - - name: "☁️ checkout repository" + - name: "☁️ Checkout repository" uses: actions/checkout@v4 - - name: "📊 repository visualizer" + - name: "📊 Repository visualizer" uses: githubocto/repo-visualizer@0.7.1 with: excluded_paths: "node_modules,.github" @@ -126,7 +126,7 @@ jobs: should_push: false root_path: "/" - - name: "📊 visualiser artifacts" + - name: "📊 Visualiser artifacts" uses: actions/upload-artifact@v2 with: name: diagram