From 1da7cdb34c8d4f7368733e200ea71c92aef33b11 Mon Sep 17 00:00:00 2001 From: tommy-anderson Date: Fri, 27 Aug 2021 16:33:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Indicate=20proper=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b69bcaf..3f19b71 100644 --- a/index.js +++ b/index.js @@ -9,7 +9,7 @@ try { const branch = core.getInput('branch') const ref = core.getInput('ref') - const url = `https://webappio.com/api/v1/run/${repoName}?token=${apiKey}` + const url = `https://webapp.io/api/v1/run/${repoName}?token=${apiKey}` const payload = { method: "POST",