marcofranssen / marcofranssen/setup-kubectl
Readme and inputs are not aligned
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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