Go to file
moweilin 1fca7cb1f4 添加 core.info(`write to ${configFile}`) 2024-01-17 23:52:52 +08:00
dist 添加 core.info(`write to ${configFile}`) 2024-01-17 23:52:52 +08:00
src 添加 core.info(`write to ${configFile}`) 2024-01-17 23:52:52 +08:00
.gitignore build project 2024-01-17 22:44:09 +08:00
LICENSE Initial commit 2024-01-17 22:06:38 +08:00
README.md save to 0.0.2 2024-01-17 23:42:12 +08:00
action.yml save to 0.0.2 2024-01-17 23:42:12 +08:00
package-lock.json build project 2024-01-17 22:44:09 +08:00
package.json 添加 core.info(`write to ${configFile}`) 2024-01-17 23:52:52 +08:00

README.md

action-kubernetes-login

This action create kubeconfig

Inputs

kuebconfig

Required The text of the kubeconfig. Default "".

Example usage

uses: git.qtoa.cn/actions/action-kubernetes-login@0.0.1
with:
  kubeconfig: ${{ secrets.KUBE_CONFIG }}
  force: true