From 3c092666a03ca3d83a13c827e8f17249ef6bad34 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Mon, 15 Aug 2022 18:17:59 -0400 Subject: [PATCH] Update gitlab/valet-custom-transformers-lab.md Co-authored-by: Begona Guereca --- gitlab/valet-custom-transformers-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/valet-custom-transformers-lab.md b/gitlab/valet-custom-transformers-lab.md index e1b5a5a..e47dc1b 100644 --- a/gitlab/valet-custom-transformers-lab.md +++ b/gitlab/valet-custom-transformers-lab.md @@ -88,7 +88,7 @@ To run the `dry-run` with our custom transformer we will add the `--custom-trans gh valet dry-run gitlab --output-dir tmp --namespace valet --project terraform-example --custom-transformers transformers.rb ``` -The customer transformer worked and now we have the `upload-artifact` in the place of the unsupported result. +The custom transformer worked and now we have the `upload-artifact` in the place of the unsupported result. ```diff - # # 'artifacts.terraform' was not transformed because there is no suitable equivalent in GitHub Actions + uses: actions/upload-artifact@v2