action-kubernetes-login/README.md

20 lines
350 B
Markdown

# 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
```yaml
uses: git.qtoa.cn/actions/action-kubernetes-login@0.0.1
with:
kubeconfig: ${{ secrets.KUBE_CONFIG }}
force: true
```