From 1fbeeaef17fd051a610fc1287ada7ebdb0e63715 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 13 Apr 2024 00:20:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20missing=20default=20valu?= =?UTF-8?q?e?= 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 35a7a6b..2983f70 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -40,7 +40,7 @@ on: description: "Update Changelog" type: boolean required: false - default: false + default: true DEBUG_ENABLED: type: boolean description: 'Run the build with tmate debugging enabled.'