Update gitlab/5-custom-transformers.md

Co-authored-by: Ethan Dennis <ethanis@github.com>
This commit is contained in:
Luke Cheung Engle
2022-09-20 13:32:02 -07:00
committed by GitHub
co-authored by Ethan Dennis
parent 8c41829c92
commit 285053ac1e
+1 -3
View File
@@ -153,9 +153,7 @@ Now you can perform another `dry-run` command with the `--custom-transformers` C
Finally, you can use custom transformers to dictate which runners the converted workflows should use. To do this, answer the following questions:
1. What is label of the runner in GitLab to update?
- Since there is no `tags` stanza defined in the `terraform-example` project in GitLab, you will need to use the Ruby symbol for the default runner:
__:default__
- __:default__. This is a special keyword to define the default runner to use. You can optional target specific `tags` in a job.
2. What is the label of the runner in Actions to use instead?
- __custom-runner__