From 1c5b58c0bde416f64485c8b475acf3c4289f3025 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 13 Sep 2023 12:54:28 -0400 Subject: [PATCH] Update bitbucket/5-custom-transformers.md Co-authored-by: Chase S. --- bitbucket/5-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/5-custom-transformers.md b/bitbucket/5-custom-transformers.md index 1ab72eb..1cdde99 100644 --- a/bitbucket/5-custom-transformers.md +++ b/bitbucket/5-custom-transformers.md @@ -120,7 +120,7 @@ Let's answer the following questions before proceeding to write a custom transfo end ``` -This method can use any valid Ruby syntax and should return a `Hash` or `Array` that represents the YAML that should be generated for a given step. GitHub Actions Importer will use this method to convert a step with the provided identifier and will use the `item` parameter for the original values configured in Bitbucket. The structure of the item can be viewed by looking at the commented out step for the identifier in the workflow. +This method can use any valid Ruby syntax and should return a `Hash` or `Array` that represents the YAML that should be generated for a given step. GitHub Actions Importer will use this method to convert a step with the provided identifier and will use the `item` parameter for the original values configured in Bitbucket. The Bitbucket variables can be accessed in the `item` parameter via `item["variables"][""]`. ```yaml identifier: atlassian/unknown-azure-deploy:1.1.0