Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed May 24, 2024
1 parent 2453e6e commit 5ca86d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ async function run() {
setOutput("expire_time", expireTime);
setOutput("expire_time_formatted", expire_time_formatted);
setOutput("details_url", urls[0]);

if (disableComment) {
console.log(`Commenting on PR is disabled with "disableComment: ${disableComment}"`);
console.log(
`Commenting on PR is disabled with "disableComment: ${disableComment}"`
);
} else if (token && isPullRequest && !!octokit) {
const commitId = context.payload.pull_request?.head.sha.substring(0, 7);

Expand Down

0 comments on commit 5ca86d2

Please sign in to comment.