File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6113,7 +6113,7 @@ function run() {
6113
6113
}
6114
6114
}
6115
6115
else {
6116
- core.warning('python-version is empty , the OS native python will be used' );
6116
+ core.warning("Step input 'python-version' is not set , the OS native python version will be used" );
6117
6117
}
6118
6118
const matchersPath = path.join(__dirname, '../..', '.github');
6119
6119
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async function run() {
55
55
}
56
56
} else {
57
57
core . warning (
58
- 'python-version is empty , the OS native python will be used'
58
+ "Step input 'python-version' is not set , the OS native python version will be used"
59
59
) ;
60
60
}
61
61
const matchersPath = path . join ( __dirname , '../..' , '.github' ) ;
You can’t perform that action at this time.
0 commit comments