Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Apr 24, 2024
1 parent 178590e commit 6b4636f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/surge-preview-tools/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13492,6 +13492,7 @@ async function getPrNumber(github_context){
// from time to time, you may get rate limit errors given search API seems to use many calls internally.
_actions_core__WEBPACK_IMPORTED_MODULE_0__.warning(`Unable to get the PR number with API search: ${e}`);
}
_actions_core__WEBPACK_IMPORTED_MODULE_0__.info(`Find PR number: ${prNumber}`);
return prNumber;
}
}
Expand Down
1 change: 1 addition & 0 deletions packages/surge-preview-tools/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function getPrNumber(github_context){
// from time to time, you may get rate limit errors given search API seems to use many calls internally.
core.warning(`Unable to get the PR number with API search: ${e}`);
}
core.info(`Find PR number: ${prNumber}`);
return prNumber;
}
}
Expand Down

0 comments on commit 6b4636f

Please sign in to comment.