From 62d5394565a40b4209955dd687bf2167e82258f4 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Mon, 22 Aug 2022 10:11:00 -0700 Subject: [PATCH] Update jenkins/valet-custom-transformers-lab.md Co-authored-by: j-dunham --- jenkins/valet-custom-transformers-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-custom-transformers-lab.md b/jenkins/valet-custom-transformers-lab.md index 9a302b6..4e4f2ad 100644 --- a/jenkins/valet-custom-transformers-lab.md +++ b/jenkins/valet-custom-transformers-lab.md @@ -261,7 +261,7 @@ Let’s run the `dry-run` command again to see if our custom transformer worked. gh valet dry-run jenkins --source-url http://localhost:8080/job/test_pipeline -o .tmp/jenkins/dry-run --custom-transformers transformers.rb ``` -When you open the file you should see the following workflow that has replaced the `EnricoMi/publish-unit-test-result-action@v1.7` action with the steps we have customized above. +When you open the file you should see the`EnricoMi/publish-unit-test-result-action@v1.7` action has been replaced with the customized steps. ```diff - - name: Publish test results