From 1fca7cb1f4bb69361a48c43b40087db8c2024d82 Mon Sep 17 00:00:00 2001 From: moweilin Date: Wed, 17 Jan 2024 23:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=20core.info(`write=20to?= =?UTF-8?q?=20${configFile}`)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.js | 1 + package.json | 2 +- src/index.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 9b561d2..d0e4e4d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) { diff --git a/package.json b/package.json index a02c2a6..d69ad15 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/src/index.js b/src/index.js index 487de10..bad144c 100644 --- a/src/index.js +++ b/src/index.js @@ -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) {