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

2
dist/index.js vendored
View File

@@ -50,7 +50,7 @@ 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) {
core.info('Could not get pull request number from context, exiting');