marcofranssen / marcofranssen/setup-kubectl

Readme and inputs are not aligned

Open Beginner friendly
#281 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7
Forks
1
Avg merge
2d 10h
Merged PRs (30d)
4

Description

when running according to the README

```
- name: Install kubectl
uses: marcofranssen/setup-kubectl@v2.0.0
with:
kubectl-version: v1.31.12
```

I get
```
Warning: Unexpected input(s) 'kubectl-version', valid inputs are ['kubectlVersion', 'enablePlugins', 'plugins']
```

## Proposed Solution
Align the inputs in the README with the code.

Thanks for this great project, helps me a ton!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the README example with the input names declared in the action code, focusing on the kubectl installation configuration shown in the issue. Update the README so its input names match the valid inputs reported by the action, then verify the example no longer produces the unexpected-input warning.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, kubernetes, typescript
Domain
devops, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.