Skip to content

Commit

Permalink
Improve warning message
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
  • Loading branch information
dsame and brcrista committed May 4, 2022
1 parent 0b56b76 commit e31727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function run() {
}
} else {
core.warning(
"Step input 'python-version' is not set, the OS native python version will be used"
"The `python-version` input is not set. The version of Python currently in `PATH` will be used."
);
}
const matchersPath = path.join(__dirname, '../..', '.github');
Expand Down

0 comments on commit e31727c

Please sign in to comment.