添加 core.info(`write to ${configFile}`)

This commit is contained in:
moweilin 2024-01-17 23:52:52 +08:00
parent a4f8f5e4e7
commit 1fca7cb1f4
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -26607,6 +26607,7 @@ try {
message:".kube/config exists"
}
}
core.info(`write to ${configFile}`)
writeFileSync(configFile,kubeconfig)
core.info(`save kubeconfig to ${configFile}`);
} catch (error) {

View File

@ -1,6 +1,6 @@
{
"name": "action-kubernetes-login",
"version": "0.0.3",
"version": "0.0.4",
"type": "commonjs",
"scripts": {
"build": "ncc build src/index.js -o dist"

View File

@ -19,6 +19,7 @@ try {
message:".kube/config exists"
}
}
core.info(`write to ${configFile}`)
writeFileSync(configFile,kubeconfig)
core.info(`save kubeconfig to ${configFile}`);
} catch (error) {