From 42e1f0e3a5c0388e1fbc53801797bd346507ee7b Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 26 Feb 2023 19:34:38 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6492e..57455e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,8 @@ jobs: INPUT_SHOW_LANGUAGE_PER_REPO: True INPUT_SHOW_UPDATED_DATE: True INPUT_COMMIT_BY_ME: True - INPUT_DEBUG_LOGGING: True # This is for testing purpose only not for production - DEBUG_RUN: True # This is for testing purpose only not for production + INPUT_DEBUG_LOGGING: True # Not for prod + DEBUG_RUN: True # Not for prod run: python3 sources/main.py - name: Save Branch Name Without Slashes 📛