mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-16 07:54:09 +02:00
Improve wording
This commit is contained in:
parent
22daa094b8
commit
0b56b76337
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ async function run() {
|
|||
}
|
||||
} else {
|
||||
core.warning(
|
||||
'python-version is empty, the OS native python will be used'
|
||||
"Step input 'python-version' is not set, the OS native python version will be used"
|
||||
);
|
||||
}
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue