mirror of
https://github.com/mshick/add-pr-comment.git
synced 2025-12-31 14:20:32 +11:00
chore: repackage
This commit is contained in:
parent
a43c7002b8
commit
3bdf31f1d8
1 changed files with 2 additions and 2 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -2034,7 +2034,7 @@ async function run() {
|
|||
}
|
||||
|
||||
if (!issueNumber) {
|
||||
core.warning(
|
||||
core.info(
|
||||
"this action only works on pull_request events or other commits associated with a pull"
|
||||
);
|
||||
core.setOutput("comment-created", "false");
|
||||
|
|
@ -2059,7 +2059,7 @@ async function run() {
|
|||
);
|
||||
|
||||
if (filteredComments.length) {
|
||||
core.warning("the issue already contains this message");
|
||||
core.info("the issue already contains this message");
|
||||
core.setOutput("comment-created", "false");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue