From b54e0538109b0de088fd31421d779c7f76de044f Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 13 Sep 2022 16:25:31 -0400 Subject: [PATCH] Update 4-custom-transformers.md --- circle_ci/4-custom-transformers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle_ci/4-custom-transformers.md b/circle_ci/4-custom-transformers.md index 6f4dc19..194845e 100644 --- a/circle_ci/4-custom-transformers.md +++ b/circle_ci/4-custom-transformers.md @@ -70,7 +70,7 @@ The converted workflow above contains an `codecov_codecov_upload` step that was - __codecov_codecov_upload__ 2. What is the desired Actions syntax to use instead? - - After some research, you have determined that the [codecov action](https://github.com/marketplace/actions/codecov) in the marketplace will provide similar functionality: + - After some research, you have determined that the [Codecov action](https://github.com/marketplace/actions/codecov) in the marketplace will provide similar functionality: ```yaml - uses: codecov/codecov-action@v3 @@ -147,7 +147,7 @@ Now you can perform another `dry-run` command with the `--custom-transformers` C ``` ## Custom transformers for resource class: -You can use custom transformers to change the runner associated with a `resource_class`. In the example pipeline the setup job is using a `large` resource class runner. You want to change that to the correct runner in GitHub Actions with label 'some-large-runner'. +You can use custom transformers to change the runner associated with a `resource_class`. In the example pipeline the setup job is using a `large` resource class runner. You want to change that to the correct runner name in GitHub Actions, which is some-large-runner. To do this, add the following code to the `transformers.rb` file.