mirror of
https://github.com/actions/labeler.git
synced 2025-12-10 11:41:56 +00:00
Undo unwanted change in diff
This commit is contained in:
@@ -15,7 +15,7 @@ export async 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();
|
||||
|
||||
Reference in New Issue
Block a user