Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored May 8, 2023
1 parent b1d6b67 commit 46a4970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const getOptionalInput = (name: string) => core.getInput(name) || undefined;
return;
}
case hasChangesets && !hasNonEmptyChangesets:
core.warning("All changesets are empty; not creating PR");
core.info("All changesets are empty; not creating PR");
return;
case hasChangesets:
const { pullRequestNumber } = await runVersion({
Expand Down

0 comments on commit 46a4970

Please sign in to comment.