Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b56b76

Browse filesBrowse files
committed
Improve wording
1 parent 22daa09 commit 0b56b76
Copy full SHA for 0b56b76

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6113,7 +6113,7 @@ function run() {
61136113
}
61146114
}
61156115
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");
61176117
}
61186118
const matchersPath = path.join(__dirname, '../..', '.github');
61196119
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);

‎src/setup-python.ts

Copy file name to clipboardExpand all lines: src/setup-python.ts
+1-1Lines 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-
'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"
5959
);
6060
}
6161
const matchersPath = path.join(__dirname, '../..', '.github');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.