This commit is contained in:
Alexander Kachkaev
2023-03-27 09:44:05 +01:00
parent b898cc8e29
commit b28379f6ed
3 changed files with 13 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ export async function run() {
const token = core.getInput('repo-token');
const configPath = core.getInput('configuration-path', {required: true});
const syncLabels = core.getBooleanInput('sync-labels');
const dot = !!core.getInput('dot', {required: false});
const dot = !!core.getBooleanInput('dot', {required: false});
const prNumber = getPrNumber();
if (!prNumber) {