From 43de0bc0c6889f5f47e60926ccb4d4a34c835d1a Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 31 Aug 2023 14:58:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Made=20commit=20changelog=20fals?= =?UTF-8?q?e=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 9f5e7a8..3a2c8e3 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -35,7 +35,7 @@ on: description: "Update Changelog" type: boolean required: false - default: true + default: false DEBUG_ENABLED: type: boolean description: 'Run the build with tmate debugging enabled.'