Update circle_ci/4-custom-transformers.md

Co-authored-by: Ethan Dennis <[email protected]>
This commit is contained in:
j-dunham
2022-09-13 18:45:24 -04:00
committed by GitHub
co-authored by Ethan Dennis
parent 44d60e9c37
commit 7e84d06d75
+1 -1
View File
@@ -155,7 +155,7 @@ To do this, add the following code to the `transformers.rb` file.
runner "large", "some-large-runner"
```
In this example, the first parameter to the `runner` method is the resource class and the second is the runner labels to use in Actions.
In this example, the first parameter to the `runner` method is the resource class value and the second is the label(s) of the runner to use in Actions.
Now you can perform another `dry-run` command with the `--custom-transformers` CLI option. When you open the converted workflow the `runs-on` will be set to `some-large-runner`: