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 a69041c

Browse filesBrowse files
authored
Successfully set up (actions#399)
1 parent 1ce3088 commit a69041c
Copy full SHA for a69041c

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+6
-6
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6100,12 +6100,12 @@ function run() {
61006100
if (isPyPyVersion(version)) {
61016101
const installed = yield finderPyPy.findPyPyVersion(version, arch);
61026102
pythonVersion = `${installed.resolvedPyPyVersion}-${installed.resolvedPythonVersion}`;
6103-
core.info(`Successfully setup PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})`);
6103+
core.info(`Successfully set up PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})`);
61046104
}
61056105
else {
61066106
const installed = yield finder.useCpythonVersion(version, arch);
61076107
pythonVersion = installed.version;
6108-
core.info(`Successfully setup ${installed.impl} (${pythonVersion})`);
6108+
core.info(`Successfully set up ${installed.impl} (${pythonVersion})`);
61096109
}
61106110
const cache = core.getInput('cache');
61116111
if (cache && utils_1.isCacheFeatureAvailable()) {

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/setup-python.ts

Copy file name to clipboardExpand all lines: src/setup-python.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ async function run() {
4141
const installed = await finderPyPy.findPyPyVersion(version, arch);
4242
pythonVersion = `${installed.resolvedPyPyVersion}-${installed.resolvedPythonVersion}`;
4343
core.info(
44-
`Successfully setup PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})`
44+
`Successfully set up PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})`
4545
);
4646
} else {
4747
const installed = await finder.useCpythonVersion(version, arch);
4848
pythonVersion = installed.version;
49-
core.info(`Successfully setup ${installed.impl} (${pythonVersion})`);
49+
core.info(`Successfully set up ${installed.impl} (${pythonVersion})`);
5050
}
5151

5252
const cache = core.getInput('cache');

0 commit comments

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