Skip to content

Commit e31727c

Browse files
dsamebrcrista
andauthored
Improve warning message
Co-authored-by: Brian Cristante <[email protected]>
1 parent 0b56b76 commit e31727c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup-python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function run() {
5555
}
5656
} else {
5757
core.warning(
58-
"Step input 'python-version' is not set, the OS native python version will be used"
58+
"The `python-version` input is not set. The version of Python currently in `PATH` will be used."
5959
);
6060
}
6161
const matchersPath = path.join(__dirname, '../..', '.github');

0 commit comments

Comments
 (0)