From 0e8d9a63d94c6a658d95f9de26fd00afbbafa509 Mon Sep 17 00:00:00 2001 From: Sachin Panayil Date: Thu, 8 May 2025 16:49:31 -0400 Subject: [PATCH] activated testing and changed syntax Signed-off-by: Sachin Panayil --- .github/workflows/updateCodeGov.yml | 2 +- config/updateCodeGov.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updateCodeGov.yml b/.github/workflows/updateCodeGov.yml index f6512818..f9a1faf8 100644 --- a/.github/workflows/updateCodeGov.yml +++ b/.github/workflows/updateCodeGov.yml @@ -35,6 +35,6 @@ jobs: - name: Commit and push changes run: | - git add ../codegov.json + git add codegov.json git diff --staged --quiet || git commit -m "Auto-update JSON file" git push \ No newline at end of file diff --git a/config/updateCodeGov.js b/config/updateCodeGov.js index ba73e0ea..ff713714 100644 --- a/config/updateCodeGov.js +++ b/config/updateCodeGov.js @@ -51,4 +51,4 @@ async function updateCodeGov(isTesting = false) { } } -updateCodeGov() \ No newline at end of file +updateCodeGov(isTesting = true) \ No newline at end of file