From c66f617a7a881397170254af226e3a1ee953ac64 Mon Sep 17 00:00:00 2001 From: Skyf0l Date: Sat, 14 Oct 2023 00:30:16 +0200 Subject: [PATCH] debug --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 3d6c10ac..0d5f9d9d 100644 --- a/index.js +++ b/index.js @@ -120,6 +120,8 @@ function addVercelMetadata(key, value, providedArgs) { } async function vercelDeploy(ref, commit) { + core.info('Does it really enter here ????????????????????????'); + let myOutput = ''; // eslint-disable-next-line no-unused-vars let myError = ''; @@ -380,6 +382,7 @@ async function aliasDomainsToDeployment(deploymentUrl) { } async function run() { + core.info('Does it really run ????????????????????????'); core.debug(`action : ${context.action}`); core.debug(`ref : ${context.ref}`); core.debug(`eventName : ${context.eventName}`);