添加 core.info(`write to ${configFile}`)
This commit is contained in:
parent
a4f8f5e4e7
commit
1fca7cb1f4
|
|
@ -26607,6 +26607,7 @@ try {
|
||||||
message:".kube/config exists"
|
message:".kube/config exists"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
core.info(`write to ${configFile}`)
|
||||||
writeFileSync(configFile,kubeconfig)
|
writeFileSync(configFile,kubeconfig)
|
||||||
core.info(`save kubeconfig to ${configFile}`);
|
core.info(`save kubeconfig to ${configFile}`);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "action-kubernetes-login",
|
"name": "action-kubernetes-login",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/index.js -o dist"
|
"build": "ncc build src/index.js -o dist"
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@ try {
|
||||||
message:".kube/config exists"
|
message:".kube/config exists"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
core.info(`write to ${configFile}`)
|
||||||
writeFileSync(configFile,kubeconfig)
|
writeFileSync(configFile,kubeconfig)
|
||||||
core.info(`save kubeconfig to ${configFile}`);
|
core.info(`save kubeconfig to ${configFile}`);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue