Update gitlab/valet-custom-transformers-lab.md
Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
co-authored by
Begona Guereca
parent
7959ad07e0
commit
3c092666a0
@@ -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
|
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
|
```diff
|
||||||
- # # 'artifacts.terraform' was not transformed because there is no suitable equivalent in GitHub Actions
|
- # # 'artifacts.terraform' was not transformed because there is no suitable equivalent in GitHub Actions
|
||||||
+ uses: actions/upload-artifact@v2
|
+ uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user