Skip to content

Commit

Permalink
Change log level for release branch message
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed May 4, 2023
1 parent 5f997b4 commit f22e3ab
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions dist/run-script.js

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

2 changes: 1 addition & 1 deletion packages/run-script/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function run(): Promise<void> {
logPrefix: scriptName
});
if (context == null) {
core.warning("Current branch is not targeting a release branch, exiting now");
core.info("Current branch is not targeting a release branch, exiting now");
process.exit();
}

Expand Down

0 comments on commit f22e3ab

Please sign in to comment.