Skip to content

Commit

Permalink
Merge e45afb1 into 642a371
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Jan 7, 2023
2 parents 642a371 + e45afb1 commit f9434cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/mergePullRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mergePullRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function mergePullRequest(
owner,
repo,
issue_number: pullRequestNumber,
body: 'This Pull Request is closed by a [GitHub Action](${job.html_url})',
body: `This Pull Request is closed by a [GitHub Action](${job.html_url})`,
});
info(`Comment is created: ${comment.html_url}`);
} catch (requestError) {
Expand Down

0 comments on commit f9434cc

Please sign in to comment.