From 5e1a824c4deb03bf7cea0c1db6db038c24d4b659 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Mon, 7 Nov 2022 11:12:03 -0800 Subject: [PATCH] Update 5-custom-transformers.md --- travis/5-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/5-custom-transformers.md b/travis/5-custom-transformers.md index c3497d3..4a15e1c 100644 --- a/travis/5-custom-transformers.md +++ b/travis/5-custom-transformers.md @@ -197,7 +197,7 @@ With these questions answered, you can add the following code to the `transforme 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 Travis CI label and the second is the GitHub 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 labels: