Skip to content

Commit c4bf5d9

Browse files
committed
fix configPath
1 parent d44ad8d commit c4bf5d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28540,7 +28540,7 @@ async function download() {
2854028540
}
2854128541

2854228542
async function setup(installPath) {
28543-
core.info(`Setting up ${TOOL_NAME} config at ${configPath}`);
28543+
core.info(`Setting up ${TOOL_NAME}`);
2854428544

2854528545
const configDir = getConfigDir();
2854628546
await io.mkdirP(configDir);

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function download() {
151151
}
152152

153153
async function setup(installPath) {
154-
core.info(`Setting up ${TOOL_NAME} config at ${configPath}`);
154+
core.info(`Setting up ${TOOL_NAME}`);
155155

156156
const configDir = getConfigDir();
157157
await io.mkdirP(configDir);

0 commit comments

Comments
 (0)