Make K8s claim name optional (#18)

* make claim name optional

* update version and notes

* fix ci

* correctly invoke function
This commit is contained in:
Thomas Boop
2022-06-20 15:09:04 -04:00
committed by GitHub
parent 898063bddd
commit bb1a033ed7
6 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
## Features
- Initial Release
- Loosened the restriction on `ACTIONS_RUNNER_CLAIM_NAME` to be optional, not required for k8s hooks
## Bugs