From 639ba81ab1bba531e30a7d24861c54eb53982160 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Wed, 31 May 2023 18:46:34 +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 364d6e9ff..f3695826a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -50,7 +50,7 @@ function run() { const token = core.getInput('repo-token'); const configPath = core.getInput('configuration-path', { required: true }); const syncLabels = !!core.getInput('sync-labels'); - const dot = !!core.getInput('dot'); + const dot = core.getBooleanInput('dot'); const prNumber = getPrNumber(); if (!prNumber) { core.info('Could not get pull request number from context, exiting');