docs: remove superfluous file names

This commit is contained in:
toast-gear 2022-07-11 19:25:34 +01:00 committed by Yusuke Kuoka
parent aa827474b2
commit 3c33eca501
1 changed files with 0 additions and 2 deletions

View File

@ -1568,7 +1568,6 @@ jobs:
When you have multiple kinds of self-hosted runners, you can distinguish between them using labels. In order to do so, you can specify one or more labels in your `Runner` or `RunnerDeployment` spec. When you have multiple kinds of self-hosted runners, you can distinguish between them using labels. In order to do so, you can specify one or more labels in your `Runner` or `RunnerDeployment` spec.
```yaml ```yaml
# runnerdeployment.yaml
apiVersion: actions.summerwind.dev/v1alpha1 apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment kind: RunnerDeployment
metadata: metadata:
@ -1602,7 +1601,6 @@ Runner groups can be used to limit which repositories are able to use the GitHub
To add the runner to the group `NewGroup`, specify the group in your `Runner` or `RunnerDeployment` spec. To add the runner to the group `NewGroup`, specify the group in your `Runner` or `RunnerDeployment` spec.
```yaml ```yaml
# runnerdeployment.yaml
apiVersion: actions.summerwind.dev/v1alpha1 apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment kind: RunnerDeployment
metadata: metadata: