This commit is contained in:
Joel Male
2024-03-31 22:24:25 +10:00
parent 6646f8ee90
commit 414ae453c9
4 changed files with 12 additions and 1 deletions
+3
View File
@@ -56,6 +56,9 @@ const http_1 = __nccwpck_require__(4319);
const github_1 = __nccwpck_require__(5438);
function run() {
return __awaiter(this, void 0, void 0, function* () {
if (github_1.context.job === 'post') {
return;
}
const url = core.getInput('url')
? core.getInput('url')
: process.env.WEBHOOK_URL