Update gitlab/valet-custom-transformers-lab.md

Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
j-dunham
2022-08-15 18:17:59 -04:00
committed by GitHub
co-authored by Begona Guereca
parent 7959ad07e0
commit 3c092666a0
+1 -1
View File
@@ -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