Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workflows): invalid labels in
bump-latest-cdk8s-plus-library
(#…
…1570) The `bump-latest-cdk8s-plus-library` workflow is [failing](https://github.com/cdk8s-team/cdk8s/actions/runs/6562478240): ```console [Invalid workflow file: .github/workflows/bump-latest-cdk8s-plus-library.yml#L171](https://github.com/cdk8s-team/cdk8s/actions/runs/6562478240/workflow) The workflow is not valid. .github/workflows/bump-latest-cdk8s-plus-library.yml (Line: 171, Col: 13): A sequence was not expected ``` Fix label definition according to action [documentation](https://github.com/actions-ecosystem/action-create-issue). > The labels which are added to the created issue when it's created. Must be separated with line breaks if there're multiple labels.
- Loading branch information