Update travis/4-custom-transformers.md
Co-authored-by: j-dunham <[email protected]>
This commit is contained in:
co-authored by
j-dunham
parent
35c6a63b25
commit
490fc1cb39
@@ -199,7 +199,7 @@ runner "linux", ["new-runner", "self-hosted"]
|
|||||||
|
|
||||||
In this example, the first parameter to the `runner` method is the Azure DevOps label and the second is the Actions runner labels.
|
In this example, the first parameter to the `runner` method is the Azure DevOps label and the second is the Actions runner labels.
|
||||||
|
|
||||||
Now you can perform another `dry-run` command with the `--custom-transformers` CLI option. When you open the converted workflow, the `runs-on` statement will use the customized runner label:
|
Now you can perform another `dry-run` command with the `--custom-transformers` CLI option. When you open the converted workflow, the `runs-on` statement will use the customized runner labels:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
- runs-on: ubuntu-latest
|
- runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user