Build and package

This commit is contained in:
Tara Nelson
2024-03-19 16:46:54 +00:00
parent 6a865c8516
commit 4323c7cd87
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -44,8 +44,8 @@ const core = __importStar(__nccwpck_require__(2186));
const github = __importStar(__nccwpck_require__(5438));
const urlParse = /\/(?<ownerType>orgs|users)\/(?<ownerName>[^/]+)\/projects\/(?<projectNumber>\d+)/;
function addToProject() {
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
return __awaiter(this, void 0, void 0, function* () {
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
const projectUrl = core.getInput('project-url', { required: true });
const ghToken = core.getInput('github-token', { required: true });
const labeled = (_a = core