From c7738449a7ff33a4577846e4bec75e454775e725 Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 22:24:09 +0530 Subject: [PATCH] debugg --- .github/actions/gokakashi-scan/action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index fb2df6b..aaed362 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -36,12 +36,14 @@ runs: with: node-version: '20.x' cache: 'npm' - cache-dependency-path: .github/actions/gokakashi-scan/package-lock.json + cache-dependency-path: .github/actions/gokakashi-scan - name: Install dependencies run: npm ci + working-directory: .github/actions/gokakashi-scan shell: bash - name: Run goKakashi scan run: node index.js - shell: bash \ No newline at end of file + shell: bash + working-directory: .github/actions/gokakashi-scan \ No newline at end of file