From 60b08114845a501782cfcd093bf0eca518df8db8 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 12 Sep 2023 14:19:20 -0400 Subject: [PATCH] Update bitbucket/5-custom-transformers.md Co-authored-by: Ethan Dennis --- 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 4d829e3..1ab72eb 100644 --- a/bitbucket/5-custom-transformers.md +++ b/bitbucket/5-custom-transformers.md @@ -166,7 +166,7 @@ Now you can perform another `dry-run` command with the `--custom-transformers` C ```bash gh actions-importer dry-run bitbucket --output-dir tmp/dry-run --workspace actions-importer --repository python --source-file-path ./bitbucket/bootstrap/source_files/python.yml --custom-transformers transformers.rb ``` -> Note: we are using a different pipeline then before that has uses `runs-on` with the target label. +> Note: we are using a different pipeline than before that defines a `runs-on` tag with the target label. ```diff runs-on: