Merge branch 'main' into main

This commit is contained in:
Josh Dales
2023-03-08 18:10:37 -05:00
committed by GitHub
7 changed files with 33 additions and 42 deletions

2
dist/index.js vendored
View File

@@ -148,7 +148,7 @@ const branch_1 = __nccwpck_require__(8045);
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
const token = core.getInput('repo-token', { required: true });
const token = core.getInput('repo-token');
const configPath = core.getInput('configuration-path', { required: true });
const syncLabels = !!core.getInput('sync-labels', { required: false });
const prNumber = getPrNumber();