From 104322d20f5d1cb6c5900f12c0139c4be553c60d Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 22:02:28 +0530 Subject: [PATCH] debugg --- .github/actions/gokakashi-scan/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index b3fecfa..102e260 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -37,6 +37,7 @@ runs: with: node-version: '20.x' cache: npm # Cache dependencies to speed up workflow runs + # Install dependencies - run: pwd # Executes your script shell: bash