Go to file
moweilin 4d5141230c build project 2024-01-17 22:44:09 +08:00
dist build project 2024-01-17 22:44:09 +08:00
src build project 2024-01-17 22:44:09 +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 build project 2024-01-17 22:44:09 +08:00
action.yml build project 2024-01-17 22:44:09 +08:00
package-lock.json build project 2024-01-17 22:44:09 +08:00
package.json build project 2024-01-17 22:44:09 +08:00

README.md

action-kubernetes-login

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

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