Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Add debug statement to action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicHaley committed Jan 15, 2024
1 parent f101067 commit 4e325dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions actions/review-action/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45596,6 +45596,7 @@ async function run() {
}
return;
}
core.debug(`Diff: ${diff}`);
/**
* Parse git diff to more useable format
*/
Expand Down
2 changes: 1 addition & 1 deletion actions/review-action/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions actions/review-action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ async function run() {
return;
}

core.debug(`Diff: ${diff}`);

/**
* Parse git diff to more useable format
*/
Expand Down

2 comments on commit 4e325dd

@vercel
Copy link

@vercel vercel bot commented on 4e325dd Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

floe-app – ./apps/app

floe-app-git-main-floe-dev.vercel.app
floe-app.vercel.app
floe-app-floe-dev.vercel.app
app.floe.dev
www.app.floe.dev

@vercel
Copy link

@vercel vercel bot commented on 4e325dd Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

floe-api – ./apps/api

floe-api-floe-dev.vercel.app
api.floe.dev
floe-api-git-main-floe-dev.vercel.app
www.api.floe.dev
floe-api.vercel.app

Please sign in to comment.