From 673c7e22a751603e5da666203a12de384b9030d1 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Wed, 31 May 2023 01:50:27 +0100 Subject: [PATCH] Rebuild --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ca024d77..185c4f2d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -49,7 +49,7 @@ function run() { try { const token = core.getInput('repo-token'); const configPath = core.getInput('configuration-path', { required: true }); - const syncLabels = core.getBooleanInput('sync-labels', { required: false }); + const syncLabels = !!core.getBooleanInput('sync-labels', { required: false }); const dot = !!core.getBooleanInput('dot', { required: false }); const prNumber = getPrNumber(); if (!prNumber) {