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