Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Oct 13, 2023
1 parent f20881f commit c66f617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down Expand Up @@ -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}`);
Expand Down

0 comments on commit c66f617

Please sign in to comment.